✨
This commit is contained in:
@ -106,9 +106,9 @@ class WordleCog(commands.Cog):
|
||||
self.bot = bot
|
||||
|
||||
@cog_ext.cog_subcommand(**params["wordle_start"])
|
||||
async def wordle_start(self, ctx, letters = 5, hard = False):
|
||||
async def wordle_start(self, ctx, letters = 5):
|
||||
"""Start a game of wordle."""
|
||||
await self.bot.games.wordle.start(ctx, letters, hard)
|
||||
await self.bot.games.wordle.start(ctx, letters)
|
||||
|
||||
@cog_ext.cog_subcommand(**params["wordle_guess"])
|
||||
async def wordle_guess(self, ctx, guess):
|
||||
|
Reference in New Issue
Block a user