diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-22 20:24:19 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-22 20:24:19 -0500 |
commit | 62e9eca0452c56f6efd00921db8ed6b6302be1df (patch) | |
tree | 5ab61b73d0eab0f9fce36c911cb9429df2a97fd5 /src/lib/common/AutoMod.ts | |
parent | 609f042fc2bb5b1ded881d3e9eedb2f92bd0c172 (diff) | |
download | tanzanite-62e9eca0452c56f6efd00921db8ed6b6302be1df.tar.gz tanzanite-62e9eca0452c56f6efd00921db8ed6b6302be1df.tar.bz2 tanzanite-62e9eca0452c56f6efd00921db8ed6b6302be1df.zip |
add @notenoughupdates/simplify-number
Diffstat (limited to 'src/lib/common/AutoMod.ts')
-rw-r--r-- | src/lib/common/AutoMod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/common/AutoMod.ts b/src/lib/common/AutoMod.ts index 8b31e55..5fd5d2d 100644 --- a/src/lib/common/AutoMod.ts +++ b/src/lib/common/AutoMod.ts @@ -129,7 +129,7 @@ export class AutoMod { return color; async function deleteError(this: AutoMod, e: Error | any) { - this.message.guild?.sendLogChannel('error', { + void this.message.guild?.sendLogChannel('error', { embeds: [ { title: 'AutoMod Error', |