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 ownerID
Bot Owners User ID. token
Token Obtained from Discord Developer portal. id
Bots Client ID Obtained from Discord Developer portal. prefix
Bot Trigger Phrase. example ($help)
websiteURL
Website URL (For Future reference)
embedColor
Color of all Embeds the bot will use. debug
Debug mode, (true/false)
- Required to start the bot
-
API
- Required for Statistics API
Value Description port
HTTP port for API access. secure
Decide if API should require token Authentication. token
Your secret API access token. (Made by you)
- Required for Statistics API