8000 GitHub - GamingRoos/nyx: Nyx is a Multi-purpose Discord Bot, made both in Python, and JavaScript.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ nyx Public
forked from nyx-team/nyx

Nyx is a Multi-purpose Discord Bot, made both in Python, and JavaScript.

License

Notifications You must be signed in to change notification settings

GamingRoos/nyx

 
 

Repository files navigation

Nyx

Nyx is a Multi-purpose, open-source Discord Bot, made in TypeScript.

Configuration

Configuration file is Mandatory for the Bot to work

Config file requires these data to at least run the Bot:

token, mongo_uri, clientId

Optional Config

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

JSON Config

All of the possible configuration -

{
    "token": "TOKEN",
    "mongo_uri": "MONGO_URI",
    "clientId": "CLIENT_ID",
    "devToken": "DEV_BOT_TOKEN",
    "devClientId": "DEV_BOT_ID"
}

Using dotenv and .env

token="TOKEN"
devToken="MONGO_URI"
mongo_uri="CLIENT_ID"
clientId="DEV_BOT_TOKEN"
devClientId="DEV_BOT_ID"

Links

Invite the Bot here

About

Nyx is a Multi-purpose Discord Bot, made both in Python, and JavaScript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Procfile 0.1%
0