About 58,000 results
Open links in new tab
  1. How do I get a bot to specify the username and tag of the creator in ...

    Jan 24, 2021 · How do I get a bot to specify the username and tag of the creator in discord.py rewrite? [closed] Asked 4 years, 1 month ago Modified 4 years, 1 month ago Viewed 845 times

  2. discord.js - making an embed creator command using a prefix discord …

    Mar 3, 2023 · 0 im a noob when it comes to discord bot developing, and ive been looking everywhere for the ability to make a custom embed creator command, where you send the command and it gives …

  3. How to make a say embed command in Discord.js - Stack Overflow

    Jul 9, 2021 · 1 I'm new to coding and am making a Discord bot for a friend. They are requesting a say command that could act as a confession command where it would look like this. An embed with a set …

  4. python - How do I make a discord.py embed? - Stack Overflow

    May 6, 2021 · import discord from discord.ext import commands import random Step 2: We will define the Prefix and Bot's variable.

  5. Discord.Js - making a bot that creates custom roles

    Dec 7, 2020 · I'm trying to create a Discord bot that can do custom roles that can allow a user of that custom role to edit its hex or name. There's also the creation of a role creator that also assigns the …

  6. Discord.js bot manual reply by creator PM. Is it possible?

    Jul 7, 2020 · Right now, my bot logs PM sent to it to me, via PM. Then i write an answer on the cmd. (Code1) So, the question is, it's possible to make my discord.js bot, after logging the message on my …

  7. Is there a way for the server owners instead of the bot creator of ...

    Apr 19, 2021 · Something similar to this but allows any server owner to decide what role is auto assigned instead of whoever made the bot. @client.event async def on_member_join(member): …

  8. How do i make a working slash command in discord.py

    Feb 17, 2022 · I am trying to make a slash command with discord.py I have tried a lot of stuff it doesn't seem to be working. Help would be appreciated.

  9. Python Discord Bot Create Channel - Stack Overflow

    Jan 14, 2021 · I'm trying to make a discord bot using the discord.py module. I have structured my code in so called Cogs and now want to make one for creating text channels. The Bot has the permissions …

  10. oauth 2.0 - Discord OAuth2 redirect URI how-to - Stack Overflow

    Jun 4, 2016 · 5 I'm trying to make a discord bot (with the bot tag) that can join other servers. I will be able to do this, if I can set up a redirect URI for it. I already have the bot account set up, and it …