How can I count time in Python 3?
I want a code that shows the complet time someone has been in a voicechannel but I dont know how to start and stop a counter. I really dont know how to do this so I would really appreciate every help.
I want a code that shows the complet time someone has been in a voicechannel but I dont know how to start and stop a counter. I really dont know how to do this so I would really appreciate every help.
Try using That should go to the rewrite branch of the discord.py repository and get the egg file to install.
Trying to run my .py file from CMD, but it can’t find the discord module Although, when I run: It works as intended, any suggestions?
As the other answer explained, you can’t add hyperlinks in normal messages, but you can in Embeds. I don’t see why you wouldn’t want to use an Embed for an error message, especially considering it adds more functionality, so you should consider using that. Feel free to mess around with the Embed & add some fields, a … Read more
Simply send “@here”
There is no need for you to iterate over anything. Praw provides a method which allows you to grab a random submission from a subreddit. Documentation: random() Code: Note: I have move the random_submission inside the If-statement because there is no need for you to look up a submission if the message doesn’t say “meme”. … Read more