https://github.com/epoktarren/astolto
An appraisal bot for how uwu your messages are~
https://github.com/epoktarren/astolto
astolfo bot discord discord-bot discord-js discordjs nodejs typescript uwu uwu-ify uwu-text uwuifier
Last synced: about 2 months ago
JSON representation
An appraisal bot for how uwu your messages are~
- Host: GitHub
- URL: https://github.com/epoktarren/astolto
- Owner: EpokTarren
- License: mit
- Created: 2021-03-29T19:19:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T11:31:53.000Z (about 2 years ago)
- Last Synced: 2024-06-19T21:36:23.965Z (about 2 years ago)
- Topics: astolfo, bot, discord, discord-bot, discord-js, discordjs, nodejs, typescript, uwu, uwu-ify, uwu-text, uwuifier
- Language: TypeScript
- Homepage: https://astolto.tarren.moe/
- Size: 319 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Astolto
Astolto is an open source Discord bot that will gladly rate how uwu your messages are~
[Invite](https://discord.com/oauth2/authorize?client_id=825845697790214164&permissions=84032&scope=bot%20applications.commands)
[Commands](https://astolto.tarren.moe)
[Changelog](./CHANGELOG.md)
Astolto is more specifically a Discord bot written in TypeScript using [discord.js](https://discord.js.org/#/) and [MashuJS](https://mashu.tarren.moe/)(a smallish command handler built for Astolto).
Bugs in [GitHub issues](https://github.com/EpokTarren/Astolto/issues) or @Tarren#9722 on Discord, [codebase](https://github.com/EpokTarren/astolto) if you want to contribute or poke around.
# Installation
```sh
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
```sh
npm run run
```