Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @bot.slash_command(name = "test", description = "Gets the bot to play chess with you. Choose a preset skill level or input your own.")
- async def test(interaction: nextcord.Interaction, color: str, skillLevel: str):
- # if chessGameNum >= 6:
- # await nextcord.channel.create_thread(name=f"Chess game number {chessGameNum}", type=nextcord.ChannelType.public_thread)
- # chessGameNum += 1
- # else:
- await interaction.response.send_message('Please stop creating chess games, my ram doesn\'t grow on trees you know?')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement