As of September 15 2024, Meteorium has officially released EoL and has been retired. No new updates will come anymore.
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.
This branch is a full rewrite, not all features have been implemented!
- Moderation
- Settings
- Music
- HolodexAPI
- MojangAPI
- RbxAPI
- ServerInfo
- UserInfo
- Tag
- Ping
- Welcome & left member logging
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
To build:
yarn compile
To run the bot:
yarn prisma db push
yarn start
See the .env.example