Skip to content
Advertisement

Tag: bots

Timestamp for when the Giveaway Ends

So, i want to do an Timestamp to my Giveaway Command for when the Giveaway Ends. Now the Timestamp is 01.01.1970, i imported datetime and did an convert system. There isnt any Error, so it must been my Code. Any ideas how i can do that? I have no clue how i can change that My Convert System And this

Hosting discord bot through Heroku – deploy error

I am trying to host my discord bot through heroku. I’m coding with python. But I got the following error when deploying from GitHub: That was the full build log that I saw on heroku. Can anyone help? Thx Answer You should change the first line in requirements.txt to git+https://github.com/Rapptz/discord.py. Because there is no tag or branch named “rewrite”.

Does an XPath change if the content inside it changes?

Does the Xpath change if the content inside the XPath changes? I.e. the website changes the text in the XPath from ‘supports’ to ‘support’. Would the XPath change even if the text change or will it stay the same? Answer XPath is a syntax to locate element on the page based on it attributes like tag name, class name, id,

Discord.py – which way should I pick? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about programming within the scope defined in the help center. Closed 1 year ago. Improve this question Recently I’ve known that developers are able to code Discord.py bot in 2 ways (or even more): To code every command

Advertisement