From f2f9188db078000f86fcbc7aa7329d913d0a4984 Mon Sep 17 00:00:00 2001 From: James Moore Date: Tue, 21 Nov 2023 13:51:39 -0500 Subject: [PATCH] uncomment previously commented line --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 6f66675..0c2d444 100644 --- a/src/index.ts +++ b/src/index.ts @@ -21,7 +21,7 @@ client.login(process.env.DISCORD_TOKEN); export { getInteractions } export { getCommands } -/* + process.on('uncaughtException', err => { console.error(err.stack); -});*/ +});