An open API service indexing awesome lists of open source software.

https://github.com/ray-1337/gmdibot

GMDI Discord Bot official repository.
https://github.com/ray-1337/gmdibot

bot discord discord-bot nodejs typescript

Last synced: 2 months ago
JSON representation

GMDI Discord Bot official repository.

Awesome Lists containing this project

README

        

# GMDI Discord Bot
An advanced, private, community-based Discord Bot, mostly used for moderation purposes.

Built around with [TypeScript](https://www.typescriptlang.org/) and [Node.js](https://nodejs.org).

## Spec
- **TypeScript:** v5.x
- **Node.js:** Latest, or v20.x
- [**Oceanic.js**](https://npmjs.com/package/oceanic.js): v1.11.x

## Setup
- Type `pnpm install`.
- Rename `.env.example` to `.env`
- Replace `DISCORD_BOT_TOKEN` value with your Discord Bot token.
- And start the app with `pnpm start` command.

## License
[MIT](LICENSE)