aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/utils/Logger.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/Logger.ts b/src/lib/utils/Logger.ts
index 455ba36..f38365e 100644
--- a/src/lib/utils/Logger.ts
+++ b/src/lib/utils/Logger.ts
@@ -26,6 +26,7 @@ export class Logger {
await channel.send('[LOG] ' + this.stripColor(message));
}
}
+
public async verbose(message: string, sendChannel = false): Promise<void> {
if (!this.client.config.verbose) return;
console.log(chalk`{bgMagenta VERBOSE} ` + message);