
python - Color codes for discord.py - Stack Overflow
Sep 6, 2020 · I found it a bit difficult and annoying to change colors in discord.py (embed color for instance). I made a class for the different color codes to use in discord.py which can be …
How to get member names on discord.py? - Stack Overflow
Sep 15, 2021 · I want to get the member names from a connected discord server, but the code I have right now just prints out {"Security"}: import discord import os client = …
discord.js - DiscordAPIError [50035]: Invalid Form Body | 5 ...
Sep 23, 2022 · DiscordAPIError[50035]: Invalid Form Body 5[APPLICATION_COMMANDS_DUPLICATE_NAME]: Application command names must be …
javascript - discord.js - How to get user Display Name from User ...
Aug 8, 2023 · discord.js - How to get user Display Name from User Profile of user Asked 2 years, 4 months ago Modified 2 years, 4 months ago Viewed 5k times
discord - 50035 Invalid Form Body - Application command names …
Jan 27, 2022 · 50035 Invalid Form Body - Application command names are unique Asked 3 years, 10 months ago Modified 3 years, 9 months ago Viewed 8k times
How do I get a list of all members in a discord server using the …
Jun 10, 2019 · I recently updated my discord.py and it seems some of my older commands are wrong. I need to loop through all the members of a discord server but the old way I did it does …
How to change username of bot using Discord.js?
With Discord's new Dashboard, it's actually really easy to change the username using ANY language! On your applications page, if you go to the "Bot" tab, you can change both the user …
discord.py - Possible to make discord tts not read out username …
Sep 8, 2018 · The function of TTS messages is entirely on the Discord client. discord.py cannot control how the message is read out by the client to users. Instead, it merely sets a flag on the …
How would I add spaces in Discord application command names …
Nov 27, 2023 · How would I add spaces in Discord application command names (slash commands)? [nextcord/discord.py] Asked 2 years ago Modified 2 years ago Viewed 450 times
Discord.js Get server name of all servers bot is in
Sep 7, 2021 · Discord.js Get server name of all servers bot is in Asked 4 years, 3 months ago Modified 4 years, 3 months ago Viewed 4k times