🐛 Fixed wiki command
This commit is contained in:
@ -67,7 +67,7 @@ class MiscCog(commands.Cog):
|
||||
|
||||
# Finds a page on the Senkulpa wiki
|
||||
@cog_ext.cog_slash(**params["wiki"])
|
||||
async def wiki(self, ctx, wikiPage):
|
||||
async def wiki(self, ctx, wikiPage = ""):
|
||||
await self.bot.other.findWikiPage(ctx, wikiPage)
|
||||
|
||||
#Searches for movie and adds it to Bedre Netflix
|
||||
|
Reference in New Issue
Block a user