
Chromanova - Discord Me
About Bot Transform your Discord server's aesthetics with a vibrant spectrum of role colors! This versatile bot empowers you to create stunning gradients, explore curated themes, and …
Prebuilt Discord templates | Discord Me
About Server 🚀 **Prebuilt Discord Templates: Launch Your Server Instantly!** 🚀 Tired of setting up your Discord server from scratch? Save **time and effort** with **prebuilt templates** …
Missing access error when adding a role on specific guild
Mar 23, 2023 · 1 I have a discord bot that adds a role to a user when under certain conditions. It's been working for other discord servers but on this specific server I always get the error: …
Discord API - Get Discord role name from role ID - Stack Overflow
Feb 13, 2022 · 1 I'm using the Get Current User Guild Member method of Discord API. I successfully get back information about user such as their role in a specific guild roles: …
Get roles of current user in Discord server - Stack Overflow
Aug 3, 2020 · To clarify, the user logs in with discord and my application receives a user access token which I'm then trying to use to get the roles of the user in a specific discord room.
Mentioning people/roles inside an embed (discord.js)
Aug 9, 2020 · I am trying to create for my discord server a set-roles channel, where every role is explained. I want my bot to say everything inside an embed, so noone would be tagged if their …
How do I mention a role with Discord.js? - Stack Overflow
Nov 7, 2019 · The currently accepted answer is incorrect. You ping a user with <@id>, not a role. As stated in this Github issue, for roles, you have to use <@&id> and the role has to be …
Discord role bot giving role when another is removed
Apr 30, 2024 · I'm not very into discord.js so I'm curious if it's possible. Expected use: /addrole <role> <user> -> gives the specified role /removerole <role> <user> -> removes the specified …
Discord.py - Copying roles from server (name and color)
Sep 7, 2020 · Did you know you can do this exact thing without a discord bot? Discord has a quite new feature called 'Server Tmplates' which allows you to copy to a link (copies roles and there …
python - Discord.py | add role to someone - Stack Overflow
Mar 3, 2018 · A lot of the object names (and a bunch of other stuff) got changed when discord.py released version 1.0, which was a couple of years ago. You should double check old answers …