aboutsummaryrefslogtreecommitdiff
path: root/src/lib/utils/BushLogger.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/utils/BushLogger.ts')
-rw-r--r--src/lib/utils/BushLogger.ts10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/utils/BushLogger.ts b/src/lib/utils/BushLogger.ts
index 1be58a4..3cfd860 100644
--- a/src/lib/utils/BushLogger.ts
+++ b/src/lib/utils/BushLogger.ts
@@ -132,12 +132,10 @@ function getTimeStamp(): string {
* Custom logging utility for the bot.
*/
export class BushLogger {
- public constructor(
- /**
- * The client.
- */
- public client: Client
- ) {}
+ /**
+ * @param client The client.
+ */
+ public constructor(public client: Client) {}
/**
* Logs information. Highlight information by surrounding it in `<<>>`.