roles

Trying To Make a Discord Bot – Error Role Not Found

Trying To Make a Discord Bot – Error Role Not Found Question: I have asked this question on the Replit forum but the developers are unsure of the problem. My friend and I want to add a function to our bot that gives a user the role Baguette_Team, and posts a message saying that they …

Total answers: 1

Add role Python Discord Bot

Add role Python Discord Bot Question: Some help if possible please. I am using the below code to achieve adding a role to a member by using the command : @addRole @user knight . But the role isnt being added. Can anyone spot my error ? @ is my prefix and knight is the name …

Total answers: 1

Add role when react to emoji discord.py

Add role when react to emoji discord.py Question: im trying to add a role when the user react to this emojis but i cant get Setup Roles @bot.command() async def roles(ctx): global IDMessage reaction = await ctx.reply("Select your Game" + ‘n’ + ‘n’ + "- Valorant ‍♀️" ‘n’ + "- World of Warcraft ⚔" + …

Total answers: 4

Discord bot, how do I assign a role to the user you mentioned?

Discord bot, how do I assign a role to the user you mentioned? Question: Yes, I did everything through the Client, but I don’t need to enter a command, I just want to conduct a mini-game “zombie”, in which users pinging other users turned them into zombies. To do this, the bot must give a …

Total answers: 1