An Open Source version of Cryptonix X and a basic frame for any discord.js bot. Integrates MongoDB as a solution for database! Support Server
Made by HarutoHiroki#4000
- Node.js Recommended 12.16.0 and up - https://nodejs.org/en/download/
- git - https://git-scm.com/download/
- Visual Studio Build tool -
npm install -g --production windows-build-tools
- PM2 - NodeJS Module
- Make a bot here and grab the token
- Fill in the required spots, such as token, prefix and change anything you like in settings.json and customisation.json.
- To install all needed node modules, do npm install
- Make a MongoDB Atlus Account for coins Database and settings.
- Fill in the URL for the MongoDB Database Tutorial
- Get the AlexFlipnote's API Key for image commands and fill in the blank Read More Here
- Start the bot by double clicking on the
start.bat
file - In setup you need to first do
[prefix]settings template
to get the template. Then you need to edit it and upload it to discord as an attachment with the command[prefix]settings upload
(these settings are different from settings.json from Step 1, if you need an example json file do[prefix]settings example
) - Enjoy!
UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token | in JSON at position 69420
- well to solve this compare the json file you're trying to upload to the example.json file included in the code and see whats wrong there.
Want to start hosting your own bot? Well I have one recommended tool for youuuuuuuuuu :D
As mentioned in optional tools, PM2 is a useful tool that can help you keep your bot online and restart it whenever it crashes. To install it do
npm i pm2
to install it for the repo only or do npm i pm2 -g
to install it globally (need admin/sudo perms)
Then you can start the bot using PM2 by doing pm2 start index.js
inside the bot folder. More documentation here