Granblue Fantasy bot for Discord.
This bot exists as a free and open source alternative to the proprietary risend/vampy bot.
- risend/vampy-compatible emoji.
go get github.com/KuroiKitsu/discord-cagliostro/...
Create a cagliostro.json
file with this content:
{
"token": "YOUR_TOKEN",
"prefix": "!",
"emoji_dir": "./media/emoji"
}
Just run it as cagliostro
.
There must exist a cagliostro.json
file in the working directory.
Command | Arguments | Description |
---|---|---|
events |
Display current and upcoming events. | |
emo |
name |
Display emoji name . |
Check media/emoji
directory.
If you want to use whoa.png
, then the command is !emo whoa
.
All the files under the media
are from third-parties and may be subject to
different licensing terms.
Everything else is licensed under Apache 2.0.