Skip to content

Jorgen1040/jassa-bot

Repository files navigation

Jasså Discord Bot

Docker Codacy Badge

Just a super simple bot for generating a gif meme.

Example of gif using +jasså GitHub

Also serves as a replacement for kawaiibot's rule34 command.

God, please forgive me 🙏

To use on your own server

To use the bot just invite the bot that I'm hosting with this Invite Link

Or you could run the bot yourself with Docker. Simply replace the placeholders and run the command:

docker run -d --name jassa-bot \
-e BOT_TOKEN=YOUR_DISCORD_BOT_TOKEN \
-e OWNER_ID=YOUR_DISCORD_ID \
-v /path/for/bot:/jassa-bot \
jorgen1040/jassa-bot:latest

The volume mount is not necessary, but is extremely useful for caching gifs cutting down quite drastically on how long it takes to make one.

Want to add something?

Feel free to fork this repo and make a pull request, I'll also gladly take suggestions for either new features, or code cleanup as this is my first proper Python project.

When forking with intent of making a PR, please make a new branch and give it an approriate name.