Merge branch 'master' into PEP-fixin

This commit is contained in:
Nikolaj Gade
2022-01-28 13:34:47 +01:00
committed by GitHub
3 changed files with 7 additions and 5 deletions

View File

@ -72,7 +72,7 @@ class MiscCog(commands.Cog):
@cog_ext.cog_slash(**params["wiki"])
async def wiki(self, ctx: SlashContext, wiki_page=""):
"""Get a page on a fandom wiki."""
await self.bot.other.findWikiPage(ctx, wiki_page)
await self.bot.other.findWikiPage(ctx, page)
@cog_ext.cog_slash(**params["add_movie"])
async def add_movie(self, ctx: SlashContext, movie):