About 60,500 results
Open links in new tab
  1. (discord.js) How can I make this command only work for certain …

    Jan 22, 2022 · I'm still fairly inept when it comes to software development, and need some help with making this command work for only certain roles on my discord server, or only work for …

  2. How to make bot remove role once user gets another role?

    Dec 21, 2020 · 0 So, I'm making a bot for a server I'm in, and when you join it gives you an Unverified role. The owner has set up a verify reaction with Carl-Bot, and I'm wondering how I …

  3. give role when a user add reaction Discord.py - Stack Overflow

    i'm working on a bot for my discord channel and i'm learning python while doing it and i want to give role when a user adds reaction the code i came up with is this @client.event async def

  4. Add role when react to emoji discord.py - Stack Overflow

    Dec 16, 2021 · But it is highly unlikely for you to use this in a bot made with discord.py lib More on this: discord.on_reaction_add discord.RawReactionActionEvent discord.Member.guild …

  5. discord.js - how do i make sure that only one reaction can be …

    Oct 9, 2020 · I am creating a role reaction bot and I want that if a member has already clicked on a reaction and clicks another it removes the previous one and the role associated with it and …

  6. How to make a Reaction role command with discord.py

    Dec 3, 2020 · So I'm trying to make a Reaction role via discord.py but i don't know how to do it. Also there is no tutorial on YT, I want the bot to send a message and react to that message so …

  7. javascript - I'm trying to make reaction roles using my own discord …

    Nov 9, 2021 · 0 I'm trying to make a discord bot that adds roles from reactions. I've been following a tutorial from CodeLyon and I hit a snag and I cant find a fix Basically, I got the bot to send a …

  8. How to make reaction roles in discord.js? - Stack Overflow

    Oct 9, 2020 · I would like to know how to integrate reaction roles in my discord.js bot. I have tried the traditional methods of messageReactionAdd but it seem's very hard to make it extendable …

  9. Discord Reaction Roles not working after the bot restarts

    Jan 11, 2022 · The message is not in DM. Whenever I use the command 22ar, it will give me the Message Embed with the reactions on it. If the Embed with the reactions is in the CHANNEL …

  10. Discord.js. Reaction Roles - Stack Overflow

    Aug 27, 2021 · Discord had added a few new features in their developer portal a few months ago and most of the documentation and tutorials skip over that but it is necessary for them to be …