This bot is still in heavy testing, So do not expect much it to work as it its intended to be.
Invite Here!
Do you want to setup your own Novus Bot instance? Then follow this quick guide on how to set it all up!
- discord.js v14
- Any IDE with terminal or just a terminal
- The latest release of node.js (recommended 19.0.1)
- a bot created from Discord's Developer Portal
- open the terminal
- go to the bot's directory
-
now install the following packages by running:
npm i discord.js@v14 discord-api-types plist os-utils
- click "Make sure theres no errors occuring while installation."
- go to the discord developer portal and select a bot
- go to the bots section and click "Copy Token"
- then create a token.json file in the conf directory.
- Insert the following into the token.json file and save:
{"token": "token"}
- Another required step is to edit the clientId.json file and replace the default bot id with your own bot's id. If you don't slash (/) commands wont work.
- After that your done with setup! You can edit the source code after that or you can go on to the next step to start the bot itself.
- If you haven't opened the terminal or closed it, reopen it
- type in node index
- wait a second
If you see Novus Bot Status: Online then you are ready to go!
If you see an error and the bot shutting down, please check the token in conf/token.json. if you put the token in and you still receive an error. please check all the packages or report it to our staff.
Keep the terminal open where Novus Bot is running from. to safely shut down the bot, press CTRL + C inside the terminal.
And that's all for the Novus Bot setup! Hope this helps!