https://github.com/jorgen1040/jassa-bot
Meme bot made for the MC Boyz Discord server
https://github.com/jorgen1040/jassa-bot
bot discord discord-py docker gif meme
Last synced: 2 months ago
JSON representation
Meme bot made for the MC Boyz Discord server
- Host: GitHub
- URL: https://github.com/jorgen1040/jassa-bot
- Owner: Jorgen1040
- License: mit
- Created: 2020-09-26T21:18:20.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T22:40:16.000Z (about 2 years ago)
- Last Synced: 2025-10-23T06:57:37.575Z (8 months ago)
- Topics: bot, discord, discord-py, docker, gif, meme
- Language: Python
- Homepage:
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jasså Discord Bot

[](https://www.codacy.com/gh/Jorgen1040/jassa-bot/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Jorgen1040/jassa-bot&utm_campaign=Badge_Grade)
Just a super simple bot for generating a gif meme.
##### Example of gif using `+jasså GitHub`

Also serves as a replacement for [kawaiibot](https://github.com/KawaiiBot/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](https://discord.com/api/oauth2/authorize?client_id=751534353401512088&permissions=8&scope=bot)
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.