From 2b5f802017b6332e026cceb1d0ef26c3b9bc0c52 Mon Sep 17 00:00:00 2001 From: Parker Date: Tue, 2 Apr 2024 17:37:47 -0500 Subject: Add BOT_INVITE_LINK config option --- code/global_variables.py | 1 + 1 file changed, 1 insertion(+) (limited to 'code/global_variables.py') diff --git a/code/global_variables.py b/code/global_variables.py index cf956eb..31d0df2 100644 --- a/code/global_variables.py +++ b/code/global_variables.py @@ -48,6 +48,7 @@ BOT_TOKEN = config["BOT_INFO"]["TOKEN"] BOT_COLOR = discord.Color(int((config["BOT_INFO"]["BOT_COLOR"]).replace("#", ""), 16)) FEEDBACK_CHANNEL_ID = int(config["BOT_INFO"]["FEEDBACK_CHANNEL_ID"]) BUG_CHANNEL_ID = int(config["BOT_INFO"]["BUG_CHANNEL_ID"]) +BOT_INVITE_LINK = config["BOT_INFO"]["BOT_INVITE_LINK"] LAVALINK_HOST = config["LAVALINK"]["HOST"] LAVALINK_PORT = config["LAVALINK"]["PORT"] -- cgit v1.2.3-70-g09d2