#Rock Paper Scissors isnt working
1 messages · Page 1 of 1 (latest)
use:
try:
reaction, user = await bot.wait_for
except TimeoutError as e:
await ctx.send("Timed out")
(it should work)
but u got to finish that bot.wait_for urself
yeah
yeah and then under that you can add your exisiting code
maybe instead of ctx.respond use send
where is servermessage defined?
I would say thats a response to a / command so instead of servermessage.edit try using ctx.edit()