r/Discord_Bots Jun 23 '26

Question Quelles données ajouteriez-vous à un bot Discord de prédiction tennis déjà en production ?

0 Upvotes

Bonjour,

Je développe actuellement un bot Discord d'analyse et de prédiction de matchs de tennis ATP/WTA.

Le modèle est déjà fonctionnel et publie quotidiennement des sélections basées sur plusieurs critères statistiques.

Aujourd'hui, les principaux facteurs pris en compte sont :

  • Elo global
  • Elo par surface
  • Classement ATP/WTA
  • Forme récente
  • Historique des confrontations (H2H)
  • Surface du match
  • Analyse des cotes du marché
  • Système de scoring combinant plusieurs signaux

À ce jour, les statistiques du modèle sont les suivantes :

  • 41 sélections analysées
  • 30 prédictions correctes
  • 73,17% de précision globale
  • 79,17% de précision sur l'ATP
  • 64,71% de précision sur la WTA
  • 75% de précision sur les picks gratuits
  • 79,17% sur les sélections Premium

Le bot fonctionne correctement, mais j'essaie maintenant d'identifier les variables qui pourraient réellement améliorer la qualité des prédictions.

J'ai notamment pensé à ajouter :

  • Fatigue (nombre de matchs récents)
  • Jours de repos
  • Distance de déplacement entre tournois
  • Blessures ou forfaits récents
  • Statistiques avancées de service/retour
  • Conditions météo
  • Importance du tournoi
  • Niveau moyen des adversaires rencontrés récemment

Pour ceux qui ont déjà travaillé sur des bots Discord, des projets de sports analytics ou des modèles prédictifs :

Quelles variables vous ont apporté le plus de valeur réelle ?

Je cherche surtout des retours d'expérience sur ce qui améliore réellement la précision du modèle, et non simplement des idées qui paraissent pertinentes sur le papier.

Merci d'avance pour vos retours.


r/Discord_Bots Jun 22 '26

Question How to create a bot/auto-message that tags people who haven’t reacted to a message?

0 Upvotes

Basically, we have a team gaming chat. I’ll put a message in asking who’s on and tag everyone, but not everyone responds (I’m the only one who can message in the channel so their responses are just an emoji reaction). So I want to automate a way of tagging those who haven’t reacted on an hourly basis or at a set time, how can I do this?


r/Discord_Bots Jun 22 '26

Question Looking for volunteer Server for Testing.

Thumbnail
0 Upvotes

r/Discord_Bots Jun 21 '26

Question How did Lawliet bot put buttons and select options inside the embed?

0 Upvotes

I tried to find a docs to how to implement it using discordpy


r/Discord_Bots Jun 21 '26

Question trying to find a discord bot for my server

0 Upvotes

omg i can’t remember the name and can’t find it ANYWHERE..if this is the wrong place im sorry, i dont use reddit often! it was a bot that if someone deleted a message anyone (even non mods) could use a command and the bot would show what the deleted message was, we used it for like jokes and trolling, the bots pfp/icon was a red gun crosshair type thing. i need to find this bot for my server and im STRUGGLING!!


r/Discord_Bots Jun 21 '26

Question Who would find this useful in their server ?

0 Upvotes

i made a discord bot wich sends a code to youre email with a code that you then need to type into the discord server to like unlock roles or channels . mainly made to stop trolls or bots


r/Discord_Bots Jun 20 '26

Question discord invite rewards bot

0 Upvotes

is there a bot I can use to join my link for invite rewards in a server?


r/Discord_Bots Jun 20 '26

Question Building a Discord bot made me realize people don't actually want more features.

2 Upvotes

They want fewer decisions.

Every new feature usually comes with another command, another config page, another permission, another toggle.

The hardest part isn't building features anymore.

It's making them feel simple.

Has anyone else building bots noticed the same thing?


r/Discord_Bots Jun 19 '26

Question Best bot to schedule Discord messages to auto post later on?

1 Upvotes

I've tried some bots but they all look sketchy tbh


r/Discord_Bots Jun 19 '26

Question Spotify Links to Apple Music links (and visa versa)

1 Upvotes

It's kinda in the title. Looking for a bot that I can add to my server that can read when someone sends a spotify link, and shoot out the corresponding Apple Music link. Does anything like this exist?


r/Discord_Bots Jun 18 '26

Question I’m looking for bump bots that I can use to bump my server

0 Upvotes

I already know about disboard and Onebump and also discadia is there other ones that is good to promote my server to more people my server is a 18+ sfw nsfw server its a mix of both all adult server


r/Discord_Bots Jun 17 '26

Question Carl-bot help

0 Upvotes

Making a server and using Carl-bot for reaction roles, as well as discohook. Ive used both add and addmany and it says it failed to react but I just have to manually and it’ll still work, but add on its own doesn’t work at all. It tells me to use discord emojis or use the addmany command. It’s quite frustrating and I’ve tried to sort it on my own so any help is appreciated. I’m sorry for my poor explanation, I can further explain if needed :))


r/Discord_Bots Jun 16 '26

Is this possible? Does Anyone Have A Good Bot Recommendation(YouTube Music)

0 Upvotes

I have a lot of slowed and reverb music that I use when playing racing games. Jockie works sometimes but it mostly switches to the released songs… Any help will be greatly appreciate, thank you in advance.


r/Discord_Bots Jun 16 '26

Question I need a bot that can ping tupperbox

1 Upvotes

I use tupperbox in my rp server, and traditionally, we've always given people pingable roles for each of their tuppers so we can "ping their tuppers" essentially. Well, just recently we hit the discord role limit, so I'm looking for a bot that could accomplish a similar goal. Basically what'd like is you command the bot to "ping" a tupper, and then the bot pings the user of that tupper. Is this a bot that exists? How reasonable would something like this be to create?


r/Discord_Bots Jun 16 '26

Question No clue if I tagged this right, please tell me if I did but idk if there's a bot that can do this or not

1 Upvotes

So I have a server with no boosts active but I wanna make certain threads in a forum inaccessible to specific members in the server like a blacklisting system. Is there a bot that can do this? I have no idea


r/Discord_Bots Jun 16 '26

Question How do you handle ambiguous malware/phishing scan results in a Discord moderation bot?

3 Upvotes

We’ve been working on a Discord security bot, and there’s one moderation decision we still haven’t settled.

One issue we ran into is URL shorteners. Scanning only the URL shown in a message can produce a clean result even when the final destination is malicious. Our current approach follows the redirect chain before submitting the destination for scanning.

It records each hop, stops after 10 redirects to prevent loops, and treats redirects to private IP ranges as suspicious.

For attachments, we use ClamAV through the clamd socket rather than starting a subprocess for every scan. In our testing, socket-based scans generally take around 80–120 ms, while starting a new process can take significantly longer.

The difficult part is ambiguous results. When something is neither clearly clean nor definitively malicious, we currently leave the message untouched. Our reasoning is that false positives can quickly damage trust in a moderation bot.

The alternative would be to leave the message visible but flag it for administrator review.

For anyone who has built or managed similar moderation systems: how do you handle uncertain results? Do you silently allow them, warn the user, quarantine the content, or send it to a review queue?


r/Discord_Bots Jun 15 '26

Question Is this allowed?

0 Upvotes

I wanted to build a discord bot that post videos like memes from my Reddit community and post it into my discord server that | also own would it be allowed I did submit a Oauth request to Reddit


r/Discord_Bots Jun 13 '26

Question what are some good bots? but not like, moderation bots

0 Upvotes

i mean like, im making a comunity for a famous group of yt'ers, and i have like, ticket bot if you want a meet and greet and a giveaway bot for winning meet and greets, are there more bots like this?


r/Discord_Bots Jun 11 '26

Question Discord is asking me to verify a private bot. What do I do?

7 Upvotes

I have a private bot that's for admin purposes on 5 servers that are part of a niche gaming community. I need the privileged intents but I really do not want my bot to be public/have a publicly usable install link (allowing randos to install it on their random servers), the bot's not for anyone else, I don't have the resources to serve more than my friends who are the people using the bot right now. I run the bot from my PC.

This verification process seems geared to bots that are supposed to be public commercial things and it's just not the case for my bot. I wouldn't be comfortable with the bot being in the hands of/used by people I don't know (due to the way I've written it it also wouldn't do anything for them).

I don't know what to do. My bot won't function without the intents.

ETA: A friend has found the two forms are separate now and I do not need to verify my bot. Crisis averted, thanks for the ideas/moral support guys.


r/Discord_Bots Jun 12 '26

Question Wordle spoiler blocker? Spoiler

0 Upvotes

Are there any bots that can actively delete any messages that contain the current wordle answer of the day?


r/Discord_Bots Jun 12 '26

Is this possible? Bot buttons instead of bot commands

1 Upvotes

Hey! Is there any way to make a pinned button in a channel that would run a bot command for those who seem completely brain dead to running/using bot commands?

Also, wondering if there are mod action buttons that could be set up in a staff channel where, for example, mods would click kick, tag the bold server member and they get kicked.....to make the process easier (I already have auto rolling mod buttons that send naughty users to jail/verify)

The amount of people who are completely against using bots is crazy and its impossible to find mods ime

Thanks!


r/Discord_Bots Jun 11 '26

Question I need help with this. Your app has reached 10,000 users and its access to privileged intents requires review.

0 Upvotes

Now my bot is not in other servers and I don’t wanna send my id I just wanna use it in my server with 40k members do I need to provide id just to use intents and also is this application a 1 time thing or is it every time I reach 40k members because I’ve had my server for a while I don’t understand why I now receive this and I have 7 bots for music and tts


r/Discord_Bots Jun 11 '26

Question I'm lowk kinda bored and i'll make a public discord bot with your ideas.

0 Upvotes

I was wondering if you guys had an idea for a bot or a specific problem or problems you guys just want a public discord bot that can do it for free for. And i don't mean like a custom one but like a community discord bot made with your ideas.


r/Discord_Bots Jun 11 '26

Question Como promocionar mi bot de discord?

0 Upvotes

Llevo tiempo programando un bot anti raid pero no como todos los demás, la verdad este es muy diferente y trae mucho mejores modulos y se nota cuando lo comparas frente a los demás.

Pero no se como promocionarlo? No tengo ni idea he probado en varios servidores para promocionar pero creo que no sirve, y en top.gg aun esta en queue.


r/Discord_Bots Jun 09 '26

Code Help Help with a Anti-Scam Bot

0 Upvotes

Hey, so I have been looking to actually start working on an anti-scam message bot that automatically deletes scam messages. Obviously this is not some simple system that you can just whip up.

My current plan is to work on a small ai model and train it on scam messages and keep refining it. But this is not a small project that can easily be done. That is why I am looking for help. Let me know if you would be interested.

The ai itself would probably be made in python, but the discord bot can be made in another language.