-
Notifications
You must be signed in to change notification settings - Fork 125
FAQ
Most people are probably best off using !rr make
simply because it guides you through the process and tries to tell you what went wrong if any. Other ways of doing it includes using !rr aio
which results in the same result as !rr make
but with just a single command, it uses some weird syntax if you are unfamiliar, so I would recommend sticking to !rr make
until you are familiar with the bot.
Here is a screenshot of me setting up unique reaction roles for my bot help server
The way discord decides if you can add a role or not is based on two things:
-
Does the member adding the role have 'manage roles'
-
Is the member trying to add the role higher in the role hierarchy than the role they're trying to add?
Just assign the bot a role that is higher than highest role it has to assign, the role being hoisted does not have to have any special permissions.
Discord settings -> Appearance -> Developer mode
For reaction roles already set up you can also use !rr show
Two commands are involved.
!set welcome <#channel>
which will set the channel used for join/leave/ban notifications and
!welcome <message>
sets the message being sent to the aforementioned channel.
Yes! !tag prompt
!tag modonly
will make it so that only mods can manage tags, while anyone can still use them
Yes it is. The bot tries to detect when you're reading the chat and not spam you with unnecessary pings. If you wish to see if a message would have triggered any of your words, use !hl match <sentence>
Depends on what you're after. If you need to use both, you're pretty much forced to change the prefix of either bot. If you're after just the non-carlbot command, you can disable it with !disable <command>
. If you just want carlbot's command, I suppose you could create an alias using tags and c{}
see the "Advanced tag usage" section for more information.