discord.py how get user input code example
Example: discord.py how get user input
playerChoice = await bot.wait_for('message', check=check(context.author), timeout=30)
playerChoice = await bot.wait_for('message', check=check(context.author), timeout=30)