Skip to content

EpokTarren/astolto

Repository files navigation

Astolto

Astolto is an open source Discord bot that will gladly rate how uwu your messages are~

Invite

Commands

Changelog

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.

Installation

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