aboutsummaryrefslogtreecommitdiff
path: root/src/lib/utils/Logger.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/utils/Logger.ts')
-rw-r--r--src/lib/utils/Logger.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/utils/Logger.ts b/src/lib/utils/Logger.ts
index f38365e..604b45e 100644
--- a/src/lib/utils/Logger.ts
+++ b/src/lib/utils/Logger.ts
@@ -1,10 +1,10 @@
import { TextChannel } from 'discord.js';
-import { BotClient } from '../extensions/BotClient';
+import { BushClient } from '../extensions/BushClient';
import chalk from 'chalk';
export class Logger {
- private client: BotClient;
- public constructor(client: BotClient) {
+ private client: BushClient;
+ public constructor(client: BushClient) {
this.client = client;
}
private stripColor(text: string): string {