Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realethanplayzdev/meteorium
A hobby Discord bot written in typescript
https://github.com/realethanplayzdev/meteorium
bot discord discord-bot nodejs
Last synced: 5 days ago
JSON representation
A hobby Discord bot written in typescript
- Host: GitHub
- URL: https://github.com/realethanplayzdev/meteorium
- Owner: RealEthanPlayzDev
- License: mit
- Created: 2021-07-07T06:26:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T15:52:51.000Z (2 months ago)
- Last Synced: 2024-09-15T17:09:19.398Z (2 months 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)