💡Self Installation

How to install Nyano Bot if you are self hosting!

STEP 1 - Download

  • Download the open source zip files using the green "Code" button on our GitHub.


STEP 2 - Dependencies

  • Ensure you have installed all of the required dependencies. This bot runs on Node JS.

  • You do not need to build the project, this has already been done.

package.json example

STEP 3 - Modifications

  • Open the config.template.json and rename it to config.json and configure your bot token.

config.json example

STEP 4 - Configuration

  • Create a bot token on Discord Developer Portal, give it the necessary permissions and invite it, make sure to put your token in config.json.

Click "Reset Token" to retrieve your bot token.
  • Open Terminal as Administrator in your directory and run npm install then node . or node bot.js to start the bot.

  • Perform the commands listed below under "Command Usage".

⌨️Command Usage

If you require any further assistance please don't hesitate to contact us in our Discord Server.

Last updated

Was this helpful?