From 52c9817fc5911dd3fb59f6773b6fce081200c8d1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 2 Aug 2021 12:50:38 +0200 Subject: [PATCH] change variable, sorry --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 1332852..ca32f38 100644 --- a/src/main.py +++ b/src/main.py @@ -6,7 +6,7 @@ from discord_slash import SlashCommand from discord.ext import commands from utils.reminder import Reminder from utils.core import load -keys = load(["PREFIX", "TOKEN_DISCORD", "DEACTIVATION"]) +keys = load(["PREFIX", "TOKEN_DISCORD", "DEACTIVATE"]) customPrefix = keys["PREFIX"] client = commands.Bot(command_prefix = customPrefix, case_insensitive = True, intents = discord.Intents.all())