aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-21 13:49:09 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-21 13:49:09 -0400
commit932e6a75ccb1715d70e5060a89ccd3754c656186 (patch)
tree7058dac905dfeb7d2e024bea3812543151b1d2e9
parent03bcc47f9994523b61b1bea06cec718a43700c83 (diff)
downloadtanzanite-932e6a75ccb1715d70e5060a89ccd3754c656186.tar.gz
tanzanite-932e6a75ccb1715d70e5060a89ccd3754c656186.tar.bz2
tanzanite-932e6a75ccb1715d70e5060a89ccd3754c656186.zip
enable presence automod
-rw-r--r--src/listeners/automod/presenceAutomod.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/listeners/automod/presenceAutomod.ts b/src/listeners/automod/presenceAutomod.ts
index 4e38d36..07081af 100644
--- a/src/listeners/automod/presenceAutomod.ts
+++ b/src/listeners/automod/presenceAutomod.ts
@@ -1,8 +1,7 @@
import { BushClientEvents, BushListener, PresenceAutomod } from '#lib';
import chalk from 'chalk';
-// eslint-disable-next-line @typescript-eslint/no-unused-vars
-/* export default */ class PresenceAutomodListener extends BushListener {
+export default class PresenceAutomodListener extends BushListener {
public constructor() {
super('presenceAutomod', {
emitter: 'client',