aboutsummaryrefslogtreecommitdiff
path: root/src/lib/utils/BushLogger.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-09 21:50:03 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-09 21:50:03 -0400
commit22731b8bf1c66e4d66ee692cd2a650d609c206e0 (patch)
treee8e9ce0ad467b34abfc5c82ca8129aa51f644700 /src/lib/utils/BushLogger.ts
parent20ec27eac550825a596e66220e887fa74a851f6a (diff)
downloadtanzanite-22731b8bf1c66e4d66ee692cd2a650d609c206e0.tar.gz
tanzanite-22731b8bf1c66e4d66ee692cd2a650d609c206e0.tar.bz2
tanzanite-22731b8bf1c66e4d66ee692cd2a650d609c206e0.zip
warnings
Diffstat (limited to 'src/lib/utils/BushLogger.ts')
-rw-r--r--src/lib/utils/BushLogger.ts2
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] });
}
/**