From ac1e2a15c1e09c9f087f668a7bdd4f645e918efc Mon Sep 17 00:00:00 2001 From: Hammy Date: Thu, 23 Sep 2021 01:54:32 +0100 Subject: [PATCH] Add config options to register commands or not --- src/main/resources/application.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 97fc9d30..fb5f0600 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -21,4 +21,8 @@ jpa: bot: token: ${TOKEN} guild: - id: 621621615930638336 \ No newline at end of file + id: 621621615930638336 + config: + registerCommands: false + registerCommandsGlobally: false + registerCommandsForGuild: true \ No newline at end of file