Minor text fix
parent
33addf5b5f
commit
ed769b15e6
|
@ -231,7 +231,7 @@ def on_message(message):
|
||||||
msg = yield from client.send_message(public_channel_id, 'React to this pls')
|
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)
|
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(public_channel_id, 'Congrats to {0.user}!'.format(res))
|
||||||
yield from client.send_message(res.user, args)
|
yield from client.send_message(res.user, args)
|
||||||
#Get currently playing stats from toukufm.com
|
#Get currently playing stats from toukufm.com
|
||||||
|
|
Loading…
Reference in New Issue