pycord Questions
5
I'm playing around with the Discord API and noticed that I can't access the content of a message.
This is my code:
import discord
client = discord.Client()
@client.event
async def on_ready():
pr...
2
Solved
I have an extremely basic script that pops up a message with a button with the command ?place
Upon clicking this button the bot replies Hi to the user who clicked it.
If the button isn't interacted...
Coincidentally asked 19/5, 2022 at 23:33
4
Solved
I have a problem. So I have a task that runs every time when a user writes a chat message on my discord server - it's called on_message. So my bot has many things to do in this event, and I often g...
Siena asked 19/3, 2022 at 23:41
2
Solved
Apparently, discord bots can have mobile status as opposed to the desktop (online) status that one gets by default.
After a bit of digging I found out that such a status is achieved by modifying t...
Ceolaceorl asked 29/1, 2022 at 8:1
1
© 2022 - 2025 — McMap. All rights reserved.