An open API service indexing awesome lists of open source software.

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

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=""
```