Skip to content

Commit

Permalink
Fixed issue as pointed out, added desciptions to fight command (wager…
Browse files Browse the repository at this point in the history
…, opponent)
  • Loading branch information
skruglov2023 authored Nov 28, 2023
1 parent c0c7101 commit fb9f64e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dozer/cogs/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ async def battle(self, ctx: DozerContext, opponent: discord.Member, delete_resul
@guild_only()
@discord.ext.commands.cooldown(1, 5, BucketType.channel)
@discord.ext.commands.max_concurrency(1, per=BucketType.channel, wait=False)
@commands.command()
@command(name="fight", aliases= ["brawl", "battlebot"])
@app_commands.describe(wager = "How much xp you want to wager on this fight", opponent = "The person (or bot) you want to fight")
async def fight(self, ctx: DozerContext, opponent: discord.Member, wager: int = 0):
"""Start a fight with another user."""

Expand Down

0 comments on commit fb9f64e

Please sign in to comment.