https://github.com/MaidenlessUsr/Meteorium
A hobby Discord bot written in typescript
https://github.com/MaidenlessUsr/Meteorium
bot discord discord-bot nodejs
Last synced: about 1 year ago
JSON representation
A hobby Discord bot written in typescript
- Host: GitHub
- URL: https://github.com/MaidenlessUsr/Meteorium
- Owner: RealEthanPlayzDev
- License: mit
- Created: 2021-07-07T06:26:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T15:52:51.000Z (almost 2 years ago)
- Last Synced: 2024-09-15T17:09:19.398Z (almost 2 years ago)
- Topics: bot, discord, discord-bot, nodejs
- Language: TypeScript
- Homepage:
- Size: 10.2 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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
- [x] Moderation
- [x] Settings
- [x] Music
- [ ] HolodexAPI
- [ ] MojangAPI
- [ ] RbxAPI
- [ ] ServerInfo
- [ ] UserInfo
- [ ] Tag
- [ ] Ping
- [x] 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
- [@Abdelrahmanwalidhassan's `ms` fork](https://github.com/Abdelrahmanwalidhassan/ms)