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

A hobby Discord bot written in typescript

License

Notifications You must be signed in to change notification settings

MaidenlessUsr/Meteorium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eae9302 · Sep 15, 2024
Oct 11, 2023
Feb 11, 2024
Sep 11, 2024
Sep 11, 2024
Feb 11, 2024
Feb 16, 2024
Feb 11, 2024
Oct 11, 2023
Feb 11, 2024
Feb 11, 2024
Sep 15, 2024
Jun 29, 2024
Feb 11, 2024
Jul 16, 2024

Repository files navigation

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