From fa7d5d9b2b6ac55a9688e9e3af24715489beebce Mon Sep 17 00:00:00 2001 From: Zach Lagden Date: Mon, 2 Sep 2024 20:38:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20default=20config.ini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.ini | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 config.ini diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..2a59325 --- /dev/null +++ b/config.ini @@ -0,0 +1,42 @@ +[VERSION] +; DO NOT CHANGE THIS VALUE +version = 1.0.0 + +[MAIN] +; The mode that the bot will run in, either dev or prod +; dev will log at debug level and enable the dev commands +; prod will log at info level and disable the dev commands +mode = dev +; The developer's Discord ID +dev = 1277005773230313474 + +[REPO] +; The URL to the bot's repository, used for the update command, leave blank if you don't want to use the update command +url = https://github.com/Lagden-Development/rickbot + +[BOT] +; The bot's token +token = TOKEN +; The bot's prefix +prefix = . +; The bot's status type, either playing, watching, or listening +status_type = playing +; The bot's status text +status_text = a game +; The bot's status URL, only works with the streaming status type +status_url = https://www.twitch.tv/lagden.dev + +[BEHAVIOR] +; Whether or not to continue to load cogs after a failure +continue_to_load_cogs_after_failure = False + +[DB] +; The MongoDB URI +mongo_uri = MONGO_URI +; The MongoDB database name +bot_db = rickbot + +[ADVANCED] +; The name of the Linux service +; If you don't understand what this is, don't change it +linux_service_name = \ No newline at end of file