How do I create a text-channel on event startup with discord.py
I have a program that checks if a client has connected to my server and saves them to a list. If a client connects, the discord bot needs to create a discord channel with their name, so I wrote the following code.
Discord_Slash it does not work look down for more details
C:UserstestDesktopNuova cartella>python bot.py
Traceback (most recent call last):
File “C:UserstestDesktopNuova cartellabot.py”, line 3, in
from discord_slash import SlashCommand, SlashContext
ModuleNotFoundError: No module named ‘discord_slash’
Attempting to create a point system with discord py
So before I start coding the bot, I want to know how to store data for this discord bot. The context is I want to be able to use a command like “/addpoints”, “/removepoints” and have it add or remove points per person, as well as store the data. I also want to make a leaderboard to track the progress over a certain timeframe.
DM Command in Discord sends duplicates
I made a command to DM a specific user and then output a message that it has been successful in the same channel, but for no reason at all it sends 2 DM’s and 2 success messages.
How to make this command loop on discord.py
i found this flag code online, but i would like to make it loop if the answer is right. any help?
Discord.py startswith not working even on the correct phrase
I have just started to learn bots in discord. but the issue is that whenever i try
image returning with reactions discord.py
i want the image to return with reactions
bot command not working suddenly but all event listeners are working
So I have bot. Bot has many event listeners and bot.commands functions. It was working fine for 2-3 mouth. But suddenly bot’s @bot.command stop working in all channels except #bot-command. All event listed functions are working perfectly in all channels.
Discord bot intents declaration
I’ve seen on other posts that the bot events are easier than client ones. But I don’t get if the intents declaration for client and bot is the same or not. Everytime i try to change the imports and the intents it doesn’t work.
I want that my command shows user status but its showing everyone offline
I want it to show user status.