No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-09-13 13:18:55 -04:00
.gitignore 3.1.1 (#39) 2023-09-10 10:24:06 +02:00
bot.py Update bot.py 2023-09-13 13:18:55 -04:00
command_builder.py Merge branch 'Zetas2:main' into main 2023-09-10 14:40:21 -04:00
components.py 1.11 (#24) 2022-11-20 16:08:18 +01:00
converter.py 2.2.1 (#32) 2023-06-23 02:30:12 +02:00
language_file.py 3.1.1 (#39) 2023-09-10 10:24:06 +02:00
LICENSE Create LICENSE 2022-10-04 02:19:41 +02:00
README.md 2.1 (#30) 2023-03-23 21:45:37 +01:00
requirements.txt 3.1.1 (#39) 2023-09-10 10:24:06 +02:00

pythoncountdownbot

Sooo. This is a readme. Written in markdown. Sure.. That will be fun

Discord Support | Invite the Bot | Patreon

Requirements

For this bot to work, you need at least the following the stuff in requirements.txt. Sure.. I might have missed something, but thats the main stuff at least.

How to self host

To run this bot yourself? Well, just get the code, install the required stuff, fill in the .env file with your own bot token and you are off.

Well, github is being mean, so you need to create your own .env file. The content should be this:

\# .env

DISCORD_TOKEN=YourLongAndComplicatedToken

Oh, and then you go into bot.py and edit devservers to be the id of your guild.

After that just run bot.py and you are done!

History

This bot is a new version of the old Live Countdown made by the legendary LordBusiness. Main reason was since the old one didnt have support for slash commands, but discord would go on and require them.