r/discordbot

Liste des bots Discord

I suggest you report all bots or users suspected of being bots to Discord support in the comments.

This will help us know who is human and who isn't.

If several people confirm in their replies that a person is a bot, I will add them to the list!

It's up to you to decide!

Known bot:

> Clyde

> Nelly

>

Potential bot:

> Usagi

> Galerian

> Noelle [ must be confirmed ]

reddit.com
u/Subject-Bison4905 — 2 hours ago

Help me

Hi, I’m looking for someone who can create a Discord bot (freelance or experienced developer, not necessarily “official”).

I need a bot with the following features:

🤖 AI Button System:

  • A “Talk with AI” button created from a dashboard
  • Placed in a selected channel
  • Only human/verified users can use it
  • When clicked, it creates a **Private Thread (not tickets, not channels)**
  • The AI responds only inside that thread

🧵 Threads:

  • 1 private thread per user
  • Auto creation when button is pressed
  • Fully configurable from dashboard
  • Thread can auto-close when the user ends the conversation or no longer needs help

🧠 AI System:

  • AI can ONLY use moderation commands (warn, mute, kick, ban)
  • AI behavior, rules, and responses are fully customizable

🌍 Language system:

  • The bot must support multiple languages
  • Language can be selected per server or per user
  • Supported languages:
    • English
    • Spanish (Latin America)
    • Spanish (Spain)
    • Portuguese
    • French
    • German
    • Italian
    • Arabic
    • Russian
    • Hindi
    • Japanese

⚖️ Moderation system:

  • Fully customizable rule system defined by the admin
  • If a rule is broken:
    • A moderation action is triggered (warn/mute/kick/ban depending on configuration)
    • Optionally the thread can be automatically deleted

🖥 Dashboard:

  • Create and configure the “Talk with AI” button
  • Select channel
  • Configure AI behavior, rules, moderation system, and language

📩 Reports:

  • Send DM to the server owner for reports or important moderation actions

⚙️ Requirements:

  • discord.js
  • OpenAI API
  • Private Threads required (no tickets, no channels)
  • Fully modular and customizable system
reddit.com
u/Confident-Plum-9672 — 2 days ago
▲ 2 r/discordbot+1 crossposts

My Server's Moderation Bot

Hello! I'm fairly new to coding and am making a moderation bot for my server where the staff can write things and get the actions like follows:

.mute [@USER] [TIME] [REASON] Optional: [EVIDENCE AS ATTACHED FILE]

It'll then go onto a user card that displays someones cases. It shows the case number, the reason, a hyperlink for the evidence, the time length, and the moderator who took action.

I can't figure out how to do this in my code, and am not willing to ask AI as I quit using it recently.

Here's my current code.

Thank you to anyone who reads this and/or replies.

Important Edit:
Thank you to everyone who informed me of the token key. I had fixed it in time so the only thing to happen is my channels being deleted. I have reset the key multiple times and even kicked it from my server. I may also delete the bot and start over.

And to the person who took advantage of my stupidity. I am disappointed in you. You took a server of an unsuspecting person and wiped it. That server took me two months to get where it was and it still was a work in progress. That was incredibly horrible of you and you should be ashamed. I don’t know what made your day so horrible you had to do this to me. I hope your day gets better.

This is only a small bump in the road and I will be able to bounce back, but it was incredibly messed up to take advantage of this situation. I again thank everyone who had informed me. You all saved my server from total deletion.

reddit.com
u/psyneko404 — 5 days ago

Development help

I read the rules so if this isn’t allowed, just pm me, and take down the post, instead of banning me

I need a discord bot for a Pokemon Mystery Dungeon themed server and while it isn’t ideal, I would preferably need someone who would work for free (I don’t have the money right now)

Pm for details

reddit.com
u/Fun_Touch7817 — 7 days ago
▲ 2 r/discordbot+1 crossposts

I NEED help desperately with my discord bot I'm creating

I want to make a bot that simply joins the user's voice channel and when I run a command it server mutes everyone in that channel. I get the bot to join the voice channel, but he leaves instantly. I am using Discord.Net for the bot and when I used a Try Catch I get this error:
VOICE CRASH: Unable to load DLL 'opus' or one of its dependencies: The specified module could not be found. (0x8007007E)
I understand I need opus to run it, but ITS NOWHERE! I've searched for hours but I don't see a single Opus.dll and I need desperate help on how to get it. PLEASE HELP

reddit.com
u/ChemistryThen2685 — 8 days ago

IDE options for production launch?

I'm trying to get both my discord bots and the panel that I built to control them ready for live deployment + I need a good IDE to do a really good final security /bug fix run-thru. Any suggestions?

reddit.com
u/InsurgentSensei — 7 days ago
▲ 0 r/discordbot+1 crossposts

I know zero python but I'm making a discord bot and I need help URGENTLY.

so basically I'm making a new gachapon style bot where you collect cards, but idk where to start with the programming. can ANYONE AT ALL possibly help me???

reddit.com
u/Evening_Bag_7869 — 11 days ago
▲ 0 r/discordbot+1 crossposts

Discord Bot

Help me. There is this discord bot in my friends server. its called "Careful!" It is offline, not verifyed,
and it sends gif of a person killing themselve with a revolver 5 times and spams everyone. Another gif that comes with it that the bot also sends is a person taking theyre balls off... Please help me, If anyone had experience or had seen this bot before PLEASE let me know.

reddit.com
u/Unworky — 13 days ago

Built an observability SDK for discord.py bots, curious if anyone would actually use it

Been working on a bot for a client running at fairly large scale and kept hitting the same wall: no real visibility into what's happening at runtime. Commands failing silently, random latency spikes, no way to tell if one guild is just absolutely hammering a specific command or if something's genuinely broken.

Ended up building something to fix it for myself.

It's a Python SDK for discord.py that instruments your commands, events, and task loops with Prometheus metrics and exposes them over aiohttp. Scrape it into Grafana, alert on error rates, track latency by command name, whatever you need. Doesn't require a huge amount of rework to drop into an existing bot.

One thing I was pretty firm on during the build: no guild IDs, user IDs, or channel IDs as Prometheus labels. That's a cardinality disaster and it will absolutely murder your scraper if you let it grow unchecked, so the SDK just doesn't let you do it.

It's up on PyPI, if you want to poke at it argus-dpy.

Genuine question though: is this something people here have actually wanted? I don't mean more verbose logging, I mean real metrics you can dashboard and set alerts on. Or is the average discord.py bot small enough that it's just never been worth thinking about?

reddit.com
u/spiferjoe — 13 days ago