Fumimi is a Danbooru Discord bot. It can be seen at work in the official Danbooru discord.
- Go to https://discordapp.com/developers/applications/me
- Click 'New App'
- Choose an app name.
- Note your client ID and client secret.
- Add a bot user.
- Save your bot token.
- Invite bot to server.
- Clone this repository:
git clone https://github.com/danbooru/fumimi-discord.git
- Configure
.env
from.env.example
- Run
docker run --rm --env-file=.env ghcr.io/danbooru/fumimi-discord
- Run
bundle install
- Run
bin/fumimi
Use /help
on a server the bot is configured on for a list of commands.
After cloning this repo, run bundle install
to install dependencies.
To run the tests use bundle exec rake test
.
Bug reports and pull requests are welcome on GitHub at https://github.com/danbooru/fumimi-discord.
This bot is available as open source under the terms of the MIT License.