A simple Discord bot for managing and sharing stickers in your server.
- Installation
# Clone the repository
git clone https://github.com/yourusername/stickers-bot.git
cd stickers-bot
# Install dependencies
go mod download
# Copy and edit config
cp config.json.example config.json
# Edit config.json with your Discord Bot Token- Run the bot
go run main.go!![name] - Get a sticker
!![name] + upload image - Add a new sticker
!!list - Show all stickers
!!help - Show help message
!!happy - Get the "happy" sticker
!!happy + upload image - Add a new "happy" sticker
!!list - Show all stickers
Edit config.json with your settings:
{
"token": "your-bot-token",
"resources_dir": "resources",
"stickers_file": "stickers.json",
"logs_dir": "logs",
"command_prefix": "!!"
}