Astolto is an open source Discord bot that will gladly rate how uwu your messages are~
Astolto is more specifically a Discord bot written in TypeScript using discord.js and MashuJS(a smallish command handler built for Astolto).
Bugs in GitHub issues or @Tarren#9722 on Discord, codebase if you want to contribute or poke around.
git clone https://github.com/EpokTarren/astolto.git
# Checking out a specific version, in this example 1.1.0
# git checkout tags/v1.1.0
cd astolto
npm install
npm run build
Create a .env with your desired settings, example:
TOKEN="YOUR_TOKEN_HERE"
PREFIX="a;"
OWNERS="EACH ID SEPARATED BY A SPACE"
COLOUR="0xff80cc"
ERRORCOLOUR="0xff2020"
Starting
npm run run