change variable, sorry

This commit is contained in:
Mylloon 2021-08-02 12:50:38 +02:00
parent 473f432fb6
commit 52c9817fc5

View file

@ -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())