How to create DROPDOWN role menu on Discord!

preview_player
Показать описание
#discord #discordserver #discordroles #ceed

Please like and subscribe for more content like this, also, it would really help me out!!

Discord Server

Channel who found this method
@DiscordDevGuy

Gaming Channel
Kraken: @kraken9012

Other Socials
Vlogging Channel: @ceedvlogs6841

Music License

License ID: 7rjekW6N4oW

Sub Goal: 300 subs!
Рекомендации по теме
Комментарии
Автор

Code for embed:

{
"embeds": [
{
"footer": {
"text": "${usertag}",
"icon_url": "${useravatarurl}"
},
"title": "User roles updated",
"color": "#39F077",
"timestamp": "${nowtimestamp}",
"fields": [
{
"name": "Added:",
"value": " **${rolesadded}**",
"inline": false
},
{
"name": "Removed:",
"value": "**${rolesremoved}**",
"inline": false
}
],
"thumbnail": {

},
"author": {

}
}
]
}

Ceedgang
Автор

omg thank you so much for this video! it really helped :)

rosethxr
Автор

Can u pls make a vedio with discohook + shapphier

mrhcltheog
Автор

This is only really useful for giving one role at a time, reaction roles are far better for multirole setups

harmlessbird