change variable, sorry
This commit is contained in:
parent
473f432fb6
commit
52c9817fc5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from discord_slash import SlashCommand
|
||||||
from discord.ext import commands
|
from discord.ext import commands
|
||||||
from utils.reminder import Reminder
|
from utils.reminder import Reminder
|
||||||
from utils.core import load
|
from utils.core import load
|
||||||
keys = load(["PREFIX", "TOKEN_DISCORD", "DEACTIVATION"])
|
keys = load(["PREFIX", "TOKEN_DISCORD", "DEACTIVATE"])
|
||||||
customPrefix = keys["PREFIX"]
|
customPrefix = keys["PREFIX"]
|
||||||
|
|
||||||
client = commands.Bot(command_prefix = customPrefix, case_insensitive = True, intents = discord.Intents.all())
|
client = commands.Bot(command_prefix = customPrefix, case_insensitive = True, intents = discord.Intents.all())
|
||||||
|
|
Reference in a new issue