From 03e765f5bdf256cf576b2054f5c67362b59e52c4 Mon Sep 17 00:00:00 2001 From: Adam K Dean Date: Mon, 16 May 2022 13:36:51 +0100 Subject: [PATCH] chore: tidy up price bot whitespace --- src/price-bot/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/price-bot/index.ts b/src/price-bot/index.ts index da4ba49..7ede9ed 100644 --- a/src/price-bot/index.ts +++ b/src/price-bot/index.ts @@ -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 {