From 13b63fcbeb94a1a1b8c97c2c7eaa9405bae06c01 Mon Sep 17 00:00:00 2001 From: Superkooka Date: Thu, 30 Jun 2022 23:08:07 +0200 Subject: [PATCH] :fire: remove useless parameter --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index e8055d6..9355bad 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,8 +16,6 @@ const client = new ShewenyClient({ managers: { commands: { directory: "./commands", - guildId: "805896397873872906", - prefix: "!", loadAll: true, autoRegisterApplicationCommands: true, },