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.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/utils/Logger.ts b/src/lib/utils/Logger.ts
index 96837b6..0675e3d 100644
--- a/src/lib/utils/Logger.ts
+++ b/src/lib/utils/Logger.ts
@@ -1,8 +1,8 @@
+import chalk from 'chalk';
import { TextChannel } from 'discord.js';
import { BushClient } from '../extensions/BushClient';
-import chalk from 'chalk';
-export class Logger {
+export class BushLogger {
private client: BushClient;
public constructor(client: BushClient) {
this.client = client;