Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Latest commit

 

History

History
56 lines (38 loc) · 1.06 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.06 KB

Retired

As of September 15 2024, Meteorium has officially released EoL and has been retired. No new updates will come anymore.

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
  • HolodexAPI
  • MojangAPI
  • RbxAPI
  • ServerInfo
  • UserInfo
  • Tag
  • Ping
  • Welcome & left member logging

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