Fixed a typo in argument name
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user