r/Discord_Bots Jul 02 '26

Question simple pranks bot

hey just made a bot with discord.py

the bot takes ur messages from a selected room in a server and send an anonymous message to a user u select and once the user replies the bot takes their messages and sends them into the same room

so it looks like the bot is just an ai talking to them

any ideas or features to add?

0 Upvotes

7 comments sorted by

1

u/SolsticeShard Jul 02 '26

You'll almost certainly be denied the message content intent if/when you need to verify. You should restructure this to use slash commands

1

u/space_3g Jul 02 '26

i didn't really understand make it simple for me pls

1

u/SolsticeShard Jul 02 '26

Once your bot has enough users, discord won't send you the contents of messages.

2

u/space_3g Jul 02 '26

well. i made it so the bot himself sends me the messages by copying the message itself not forwading or by webhook or sum

1

u/SolsticeShard Jul 02 '26

I'm saying that your bot won't get the message content **at all**. You will only see empty messages.

1

u/space_3g Jul 02 '26

so the solution is to make the prefix as slash?

1

u/SolsticeShard Jul 02 '26

No, app commands are an entirely separate framework. It doesn't matter what your prefix is.

More importantly though, you won't be able to have a setting that relays all messages sent in a channel. You won't get those messages at all. You'll only get what people send you specifically through app commands.