From 61f0305d20b3424fa734858f02c598d89f282aa2 Mon Sep 17 00:00:00 2001 From: Sandaru Tharuneth Date: Thu, 23 Mar 2023 08:38:53 +0530 Subject: [PATCH] Create config.json Fix for the current issue on the code --- config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..7598505 --- /dev/null +++ b/config.json @@ -0,0 +1,5 @@ +{ + "token": "your token", + "clientId": "your bot id", + "guildId": "your guild id" +}