diff --git a/discord-bot/bot.py b/discord-bot/bot.py index ed3d788..ea841b5 100644 --- a/discord-bot/bot.py +++ b/discord-bot/bot.py @@ -9,8 +9,8 @@ TOKEN = os.getenv('DISCORD_TOKEN') ADMINID = 0 Master_IP = os.getenv('MASTER_IP') Master_Port = os.getenv('MASTER_PORT') -if Master_IP == None: - Master_IP = "5000" +if Master_Port == None: + Master_Port = "5000" intents = discord.Intents.default() client = discord.Client(intents=intents)