Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RisiBank Discord Bot

Summon RisiBank stickers with slash commands on discord ⚡

➕ Add to your server

Commands

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

Setup

  1. 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
  1. Run:
docker compose up -d

Creating a Discord Bot

  1. Go to Discord Developer Portal
  2. Create new application → Bot → Copy token to .env
  3. OAuth2 → URL Generator:
    • Scopes: bot, applications.commands
    • Permissions: Send Messages, Embed Links, Attach Files
  4. Use generated URL to invite bot

License

MIT