Discord Time Tag Bot
July 2, 2024 ยท View on GitHub
Generating Discord Time Tags made easy!
You may invite the bot via this link
Join my server - https://discord.gg/MPtE9zsBs5
Bot Permissions -

Hosting
You have 2 ways to host it. For more info click here & here
Common Steps
- Clone this repo.
- Create a copy of the file
.env.sampleand rename it to.env. - Put relevant data in the
.envfile -
DISCORD_CLIENT_ID = insert client ID (optional)
DISCORD_TOKEN = insert bot token
DISCORD_GUILD_ID = insert test server ID (optional)
Non-Docker method
- Install dependencies by using
npm install. - Use
npm run dev:startto run the bot code.
Dodker method
Use the following command:
docker compose up -d
How to update self-hosted version?/How to reset the Bot code?
Use the following command:
git pull
License
Feel free to make your own improved version of the bot!