From 05b2cd613bdb466bd1302eb498e9ee021d972ba3 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sun, 5 Dec 2021 16:56:54 -0700 Subject: [PATCH] Removed bot_config.toml from git + Added to git ignore + Updated Discord token --- .gitignore | 1 + bot_config.toml | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 bot_config.toml diff --git a/.gitignore b/.gitignore index fe0dde8..cbceab5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /test_database config.toml *.http +bot_config.toml diff --git a/bot_config.toml b/bot_config.toml deleted file mode 100644 index 3d8afd6..0000000 --- a/bot_config.toml +++ /dev/null @@ -1,7 +0,0 @@ -[api] -token = "0Bxpl0N4wBYHtgfwdtnaFPblQKa4Em9wIAGp6q0TV5X6M2HzuPsjfcCKxXddDny2" -base_url = "http://localhost:8080/" - -[discord] -token = "OTExNDQ1MDY3MTMzMjQ3NDk4.YZhfXQ.idsLVIgipSU1SJUnG_vkhZgFOMg" -app_id = 911445067133247498 \ No newline at end of file