Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-jensen authored Sep 10, 2023
1 parent 7e4be8a commit 77105b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kidney-bot/cogs/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def check(m):

if outcome == 'W':
await message.reply('You win! +50 beans')
await self.bot.addcurrency(message.author, 50, 'wallet')
await self.bot.add_currency(message.author, 50, 'wallet')
elif outcome == 'L':
await message.reply('I win!')
elif outcome == 'D':
Expand Down

0 comments on commit 77105b6

Please sign in to comment.