RealEthanPlayzDev / Meteorium

A hobby Discord bot written in typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteorium

This is a hobby Discord bot I've written, the bot is only used for a few servers. Feel free to look around, make suggestion, and report bugs.

FULL REWRITE (v3)

This branch is a full rewrite, not all features have been implemented!

Feature parity with v2

  • Moderation
  • Settings
  • Music
  • Info
  • HolodexAPI
  • MojangAPI
  • RbxAPI
  • ServerInfo
  • UserInfo
  • Tag
  • Ping

Installing required dependencies

Meteorium uses yarn to manage Node packages. Ensure yarn is installed (npm install --global yarn), then just run it at the root of the repository

yarn

Building and running

To build:

yarn compile

To run the bot:

yarn prisma db push
yarn start

Configuration file

See the .env.example

Special thanks

About

A hobby Discord bot written in typescript

License:MIT License


Languages

Language:TypeScript 100.0%