Summon RisiBank stickers with slash commands on discord ⚡
| Command | Description |
|---|---|
/risi <query> |
Quick search (random result) |
/search <query> |
Search with navigation |
/hot |
Trending stickers |
/top |
Most popular |
/new |
Recently added |
/random |
Random sticker |
/help |
Show help |
/invite |
Invite link |
- Clone and configure:
git clone https://github.com/RisiBank/risibank-discord-bot.git
cd risibank-discord-bot
cp .env.example .env
# Edit .env with your Discord token- Run:
docker compose up -d- Go to Discord Developer Portal
- Create new application → Bot → Copy token to
.env - OAuth2 → URL Generator:
- Scopes:
bot,applications.commands - Permissions:
Send Messages,Embed Links,Attach Files
- Scopes:
- Use generated URL to invite bot
MIT