From b294be22ff1100e2ae9c489146c32ae952034166 Mon Sep 17 00:00:00 2001 From: Hammy Date: Sat, 18 Sep 2021 13:28:10 +0100 Subject: [PATCH] Add owner guild id --- src/main/resources/application.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7e1bcf2b..5430d1ce 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -19,4 +19,6 @@ jpa: auto: update show_sql: true bot: - token: ${TOKEN} \ No newline at end of file + token: ${TOKEN} + guild: + id: 621621615930638336 \ No newline at end of file