From e78beed6c7e094ef48aad5d18da01b2bbed4536c Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 19 Feb 2022 18:52:41 -0500 Subject: fix: a ton of shit --- src/listeners/ws/INTERACTION_CREATE.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/listeners') diff --git a/src/listeners/ws/INTERACTION_CREATE.ts b/src/listeners/ws/INTERACTION_CREATE.ts index f44c06c..25d9cfe 100644 --- a/src/listeners/ws/INTERACTION_CREATE.ts +++ b/src/listeners/ws/INTERACTION_CREATE.ts @@ -35,7 +35,7 @@ export default class WsInteractionCreateListener extends BushListener { } public override async exec(interaction: APIInteraction) { - console.dir(interaction); + // console.dir(interaction); const respond = ( options: -- cgit