Minor text fix

dev
pocketjawa 2017-10-22 16:47:30 -04:00
parent 33addf5b5f
commit ed769b15e6
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ def on_message(message):
msg = yield from client.send_message(public_channel_id, 'React to this pls')
res = yield from client.wait_for_reaction(reactemoji, message=msg, timeout=30)
#Congratulate and ,essage the winner
#Congratulate and message the winner
yield from client.send_message(public_channel_id, 'Congrats to {0.user}!'.format(res))
yield from client.send_message(res.user, args)
#Get currently playing stats from toukufm.com