RocketTrades, Discord Charts and Stocks bot.
MORE DETAILS AND UPDATES TO COME SOON
Getting started • Installation • Configuration • Integrations
Visit Discord Portal # https://discord.com/developers/applications/
Create Application # (New Application)
Create Bot User # (Bot -> Add Bot)
Take not of bot info # Token && Client ID (number in the URL)$ npm i
Please use Node.js 16+ and NPM version 7+
/src/config.js
Fill in all missing config information.
$ node .
Start the bot application using "node . "
Any issues, please open an issue.
When calling zoxide init, the following flags are available:
-
Main Config- Required to start the bot
Value Description ownerIDBot Owners User ID. tokenToken Obtained from Discord Developer portal. idBots Client ID Obtained from Discord Developer portal. prefixBot Trigger Phrase. example ($help)websiteURLWebsite URL (For Future reference)embedColorColor of all Embeds the bot will use. debugDebug mode, (true/false)
- Required to start the bot
-
API- Required for Statistics API
Value Description portHTTP port for API access. secureDecide if API should require token Authentication. tokenYour secret API access token. (Made by you)
- Required for Statistics API