Nyx is a Multi-purpose, open-source Discord Bot, made in TypeScript.
Configuration file is Mandatory for the Bot to work
Config file requires these data to at least run the Bot:
token
, mongo_uri
, clientId
devToken
- Development version of the bot, for testing purposes.
devClientId
- ID of the Development version of the Bot, required to be able to deploy slash commands in your development version of the Bot
All of the possible configuration -
{
"token": "TOKEN",
"mongo_uri": "MONGO_URI",
"clientId": "CLIENT_ID",
"devToken": "DEV_BOT_TOKEN",
"devClientId": "DEV_BOT_ID"
}
token="TOKEN"
devToken="MONGO_URI"
mongo_uri="CLIENT_ID"
clientId="DEV_BOT_TOKEN"
devClientId="DEV_BOT_ID"