Add a way to give everyone a role at once

Comments

7 comments

  • nutella

    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
  • stevetheboss07

    I know dyno dose it [Prefix]role all [Role name]
    and carl bot [Prefix]role all [Role name]

    18
  • KOMBO

    just add carl bot and type !role all [role name]

    12
  • ScruffyFox

    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
  • Pandeiye

    try carl-bot. carl-bot can do it. do
    ?role all @{role}

    7
  • Jiko (liseyann)

    im in agreement with scruffyfox. if this is so easy, discord should just make a setting for this to save us the headache.

    1
  • BadBoyHaloCat

    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.