https://github.com/notkimu/archan
Yet another discord bot
https://github.com/notkimu/archan
bot discord discord-api discord-bot discord-js discordjs javascript typescript
Last synced: 2 months ago
JSON representation
Yet another discord bot
- Host: GitHub
- URL: https://github.com/notkimu/archan
- Owner: notKimu
- Created: 2024-10-30T18:08:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-01T08:37:21.000Z (over 1 year ago)
- Last Synced: 2025-04-05T23:13:00.361Z (about 1 year ago)
- Topics: bot, discord, discord-api, discord-bot, discord-js, discordjs, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 1.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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
```env
TOKEN=""
CLIENT_ID=""
# Optional
OWNER_ID=""
REDIS_URI="redis://redis:6379"
REDIS_PASSWORD=""
```