Fixed a typo in argument name

This commit is contained in:
2025-04-26 19:37:53 +02:00
parent 2dac6a4714
commit 64cd7b3bff

View File

@@ -60,7 +60,7 @@ class CogRegister(Cog):
)
if pycord_event.starts.replace(tzinfo=ZoneInfo("UTC")) < datetime.now(tz=ZoneInfo("UTC")):
await user.setup_event_channel(self.bot, ctx.guild, guild, event, cache=self.bot.cache)
await user.setup_event_channel(self.bot, ctx.guild, guild, pycord_event, cache=self.bot.cache)
def setup(bot: PycordBot) -> None: