How do you have a program that can check time and perform other tasks [closed]
Closed 3 days ago.
How do you have a program that can check time and perform other tasks [closed]
Closed 3 days ago.
How do you have a program that can check time and perform other tasks [closed]
Closed 3 days ago.
How do you have a program that can check time and perform other tasks [closed]
Closed 3 days ago.
Discord.py using on_voice_state_update
I am current trying to make a Discord bot that joins VC when a certain person joins and then leaves VC when they leave.
Discord.py how to include the person who deleted
So i just made a event both for on_message_delete
and on_message_edit
second one works as intended but for first one, i want to make it like Quark Logger; if message deleted by author, no one will mentioned and when message deleted by someone else, it’ll add a field to embed that includes the person who did the action.
discord.py ctx.command directs to the group instead of the subcommand
I have a problem with this code here (inside bot.process_commands) using discord.py
Is discord.py on_message listener a privacy issue?
While writing a bot with discord.py
I realised that it would be extremely easy for a developer to log all messages that would pass through the listener on_message
.
discord.py Giveaway Bot Issue
Everything currently in the code is fine, but on the “You’ve already entered this giveaway!” message there is a “Leave Giveaway” button that lets you leave the giveaway if you already entered it. But the problem is when I press the “Leave Giveaway” button It does not update the 🎉 button label correctly, I’ve tried many thing. Does anybody know a fix?
I want to fetch a data from another python file everytime i execute the other one
I know that whenever i use from my_file_contains_data.py import data_i_want
i can access the data i want and i can use it for ‘if’ statements.
but in ‘my_file_contains_data.py’ file, the ‘data_i_want’ is a variable that can changes.
and when the ‘data_i_want’ changes, it does not change in the main file i work, it always stays the same value in the beginning.