Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 348 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 348 Bytes

Archan bot

Warning

This bot is a very unpolished product as of now, but can be a good base for other bots.

Env

The .env file is located inside the bot directory

TOKEN="<DISCORD_TOKEN>"
CLIENT_ID="<DISCORD_CLIENT_ID>"
# Optional
OWNER_ID="<USER_ID>"

REDIS_URI="redis://redis:6379"
REDIS_PASSWORD="<REDIS_PASSWORD>"