mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 01:42:30 -05:00
d.py 2.3 / pomelo changes (#6130)
Co-authored-by: Michael Oliveira <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
@@ -323,7 +323,7 @@ class TriviaSession:
|
||||
if payout <= 0:
|
||||
return
|
||||
for winner in winners:
|
||||
LOG.debug("Paying trivia winner: %d credits --> %s", payout, winner.name)
|
||||
LOG.debug("Paying trivia winner: %d credits --> %s", payout, winner)
|
||||
try:
|
||||
await bank.deposit_credits(winner, payout)
|
||||
except errors.BalanceTooHigh as e:
|
||||
|
||||
Reference in New Issue
Block a user