About 50 results
Open links in new tab
  1. javascript - Discord bot, how to write messages with different names ...

    Nov 19, 2022 · 0 I saw in a discord community that they can write messages with a single bot, with different names and avatar.

  2. How to get member names on discord.py? - Stack Overflow

    Sep 15, 2021 · How to get member names on discord.py? Asked 4 years, 4 months ago Modified 4 years, 4 months ago Viewed 2k times

  3. How would I add spaces in Discord application command names (slash ...

    Nov 27, 2023 · How would I add spaces in Discord application command names (slash commands)? [nextcord/discord.py] Asked 2 years, 1 month ago Modified 2 years, 1 month ago Viewed 461 times

  4. Application command's locale names for Python Discord Bot (multi ...

    Jul 28, 2024 · According to the users' language setting, how can I make the application command's name have different names For example, if one user sets his language of discord as English, the …

  5. discord - 50035 Invalid Form Body - Application command names are ...

    Jan 27, 2022 · 50035 Invalid Form Body - Application command names are unique Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 8k times

  6. Discord.js not registering new slash commands because application …

    Jun 11, 2022 · Discord.js not registering new slash commands because application names must be unique Asked 3 years, 6 months ago Modified 3 years, 6 months ago Viewed 4k times

  7. 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 unique …

  8. Get all the names of a server's members in discord.py

    Jul 18, 2021 · 0 I got a question regarding discord.py. I am currently making a mod-mail for my server. The idea for the bot is to create a channel every time it get's a message. This all works. It creates a …

  9. Discord.py (async) How to edit channel names? - Stack Overflow

    Nov 28, 2018 · Discord.py (async) How to edit channel names? Asked 7 years, 1 month ago Modified 4 years ago Viewed 16k times

  10. ModuleNotFoundError: No module named 'discord' - Stack Overflow

    Apr 18, 2018 · Make sure your file name its diferent the module you're trying to import (discord.py in your case) If its not the case,you can try pip install discord --force-reinstall.