Add a way to give everyone a role at once
So if u have like 800 members in your discord and you want to give them all a member role its gonna take a long time to do it person by person so maby you could add something like add role to all and then it give everyone the member role
-
bots are a thing.
(in discord.py)
for m in guild.members:
await m.add_roles(role)
await asyncio.sleep(5)not at all hard to do
-12 -
I know dyno dose it [Prefix]role all [Role name]
and carl bot [Prefix]role all [Role name]18 -
just add carl bot and type !role all [role name]
12 -
Sorry this is ridiculous that you need a third party bot to do something that every other large community software can do. This really should be added into Discord moderation tools.
3 -
try carl-bot. carl-bot can do it. do
?role all @{role}7 -
im in agreement with scruffyfox. if this is so easy, discord should just make a setting for this to save us the headache.
1 -
On an API level, a "bulk assign role" endpoint would be really helpful to avoid having to deal with rate-limits.
0
Please sign in to leave a comment.
Comments
7 comments