#Rock Paper Scissors isnt working

1 messages · Page 1 of 1 (latest)

lyric glacier
#

Isnt working isnt really helpful, if you give use your code and error it will allow us to help

#

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()