weebly is a Discord reccomendations Bot for multi Server environments built with TypeScript, discord.js & uses Command Handler from discordjs.guide
This bot can be run directly from shell. I recomend to use the given docker image to run it. There is only one environement variable u need to provide, the Discord Bot Token ( First part od the requirements )
docker run --name="weebly" -e "DC_TOKEN=<discord-token>" ghcr.io/tekks/weebly:latest
Note: The Bot uses only slash-commands {/}
- 🪄 sets up the bot for the text2img and reccomendations commands
/setup <ai> <recommendations>
- 📃 set up a list of recommended servers based on the JSON file. Update will sync all servers.
- Needs the
setup <recommendations>
command to be run first
/recommended <add> <remove> <update>
- ✏ translate a message to weeb language using uwufier
/uwu <message>
- 📷 load a randomized image of an anime girl from waifu.pics
/cat
- 🤖 generates an text based image from kinda scratch with the models from stable-diffusion
- Needs the
setup <ai>
command to be run first
/text2img <text> <iterations>