Skip to content

Commit

Permalink
chore: tidy up price bot whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkdean committed May 16, 2022
1 parent 57e442f commit 03e765f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/price-bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export class PriceBot {
this.client.on('rateLimit', this.onRateLimit.bind(this))
this.client.on('messageCreate', this.onMessageCreate.bind(this))
this.client.on('ready', this.onReady.bind(this))

}

onWarn(warn: string): void {
Expand Down

0 comments on commit 03e765f

Please sign in to comment.