Added the 'stocks' command

This commit is contained in:
ION606
2022-08-18 14:25:25 -07:00
parent 9de7eecdd9
commit 62ea3ecec8
5 changed files with 858 additions and 53 deletions
+1
View File
@@ -44,6 +44,7 @@ if (process.env.token != undefined) {
MLAIKEY = require('./config.json').MLAIKEY;
StripeAPIKey = require('./config.json').StripeAPIKey;
// { token, home_server, debug_channel, MLAIKEY, StripeAPIKey } = require('./config.json'); // Doesn't work
IDM = true;
}