f you discord

This commit is contained in:
tmddn3070 2023-12-11 21:22:00 +09:00
parent c53420b164
commit 3941a13df5

View File

@ -14,7 +14,7 @@ if __name__ == "__main__":
bot = Christmas(
command_prefix=commands.when_mentioned_or("c!"),
case_insensitive=True,
intents=Intents.none(),
intents=Intents.default()
)
config = ChristmasConfig()
DiscordpyKoreanbots(bot, config.KOREANBOT_TOKEN, run_task=True)