You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Right now all you need to do is run the jar passing it one argument, the discord token. It will start up and create all the files needed in its run directory.
8
+
1. Right now all you need to do is run the jar, to which the bot will create its config.json, then stop. Insert your Bot Token and Maintainer ID, and re-run the jar! It will start up and create all the files needed in its run directory.
9
9
10
10
## Contributing
11
11
@@ -22,7 +22,7 @@ I created this because I wanted to test with multi-server bots but taught of a f
22
22
## Credits
23
23
24
24
Author: XeliteXirish (www.xelitexirish.com)
25
-
Maintainer: KingDGrizzel
25
+
Maintainer: KingDGrizzle
26
26
27
27
## License
28
28
Everything in this repo is BSD style license unless otherwise specified.
privatefinalStringHELP_MSG = "Returns the log file for the specified channel or user. Usage: get `channel <mentioned channel>` or `user <mentioned user>`";
24
+
privatefinalStringHELP_MSG = "Returns the log file for the specified channel or user.\n Usage: '/log get channel <mentioned channel>' or '/log get user <mentioned user / users>'";
eb.setDescription("=========================================================\nThere is no information for that command!\n Please contact the bot maintainer for more information!");
eb.setDescription("=========================================================\nThe command you have requested does not exist!\nPlease run " + Constants.COMMAND_PREFIX + "help to see a list of available commands!");
0 commit comments