Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crzxaexe/mkx-discord-bot

Discord bot
https://github.com/crzxaexe/mkx-discord-bot

bot bun discord nodejs

Last synced: about 15 hours ago
JSON representation

Discord bot

Awesome Lists containing this project

README

        

# MKx source code

Name MKx

Tag   : Moderator, Utility

Personal asisten untuk server discordmu

Ini merupakan source code dari bot MKx, sebuah bot discord sebagai asisten dalam mengembangkan servermu

Jika ingin memakai ini, jangan lupa tambahankan file `.env` dengan isi seperti dibawah ini:

```env
# .env

# bot
BOT_TOKEN="token-bot-discordmu"
BOT_CLIENT="client-id-bot-discordmu"
PREFIX="prefix-botmu"

# API & Apikey
GEMINI_API="apikey-gemini"
REST="rest-api"
MONGODB="url-mongodb"
```