diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-09 21:50:03 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-09 21:50:03 -0400 |
commit | 22731b8bf1c66e4d66ee692cd2a650d609c206e0 (patch) | |
tree | e8e9ce0ad467b34abfc5c82ca8129aa51f644700 /src/lib | |
parent | 20ec27eac550825a596e66220e887fa74a851f6a (diff) | |
download | tanzanite-22731b8bf1c66e4d66ee692cd2a650d609c206e0.tar.gz tanzanite-22731b8bf1c66e4d66ee692cd2a650d609c206e0.tar.bz2 tanzanite-22731b8bf1c66e4d66ee692cd2a650d609c206e0.zip |
warnings
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/utils/BushLogger.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/BushLogger.ts b/src/lib/utils/BushLogger.ts index c2a9989..f00c19c 100644 --- a/src/lib/utils/BushLogger.ts +++ b/src/lib/utils/BushLogger.ts @@ -156,7 +156,7 @@ export class BushLogger { .setDescription(`**[${header}]** ${this.#parseFormatting(this.#stripColor(newContent), '', true)}`) .setColor(util.colors.warn) .setTimestamp(); - await this.channelLog({ embeds: [embed] }); + await this.channelError({ embeds: [embed] }); } /** |