1
0
Fork 0
mirror of synced 2024-05-20 12:32:26 +12:00
Commit graph

201 commits

Author SHA1 Message Date
Phxntxm 5aa87ce653 Reordering of commands to be grouped better 2017-04-30 18:56:02 -05:00
Phxntxm 50cca0c7ff Add cpu/memory usage to info command 2017-04-20 22:04:48 -05:00
Phxntxm 6199d867dc Add cpu/memory usage to info command 2017-04-20 22:03:52 -05:00
Phxntxm 79994c6cf4 Convert files to the new discord.File format 2017-04-08 22:16:12 -05:00
Phxntxm 20734739a8 Convert list comp to normal for loop 2017-03-26 22:13:36 -05:00
Phxntxm f6d143dd79 Await the coroutine 2017-03-26 22:12:21 -05:00
Phxntxm 586e0e45f8 Don't include commands that a user can't run 2017-03-26 21:10:08 -05:00
Phxntxm 93a245ffa5 Correct subcommands retrieving 2017-03-25 20:27:10 -05:00
Phxntxm 3edd9b64de Update to match the new commands format 2017-03-25 19:20:30 -05:00
Phxntxm 30df3be94a Catch an invalid response in some cases 2017-03-24 15:37:23 -05:00
Phxntxm 078f1bbdf4 Add a command to send a random dog picture 2017-03-23 22:11:22 -05:00
Phxntxm 11142f9fa8 Add a command to send a random cat picture 2017-03-23 22:02:56 -05:00
Phxntxm 66099fe6b1 Use self to get bot 2017-03-20 17:27:34 -05:00
Phxntxm e9a4d5aee8 Use bot.users instead of the generator, to stop the blocking call 2017-03-20 17:24:41 -05:00
Phxntxm 9cccbdb8de Comment out blocking call temporarily 2017-03-20 16:56:05 -05:00
Phxntxm 8699b0e303 Add the uptime check to the uptime command itself 2017-03-10 16:19:18 -06:00
Phxntxm 67d717cff7 Add a check to ensure uptime exists before adding it 2017-03-10 14:38:29 -06:00
phxntxm 58eb623a1a Stopped trying to pull from a one indexed list, as we no longer use that in key'd tables 2017-03-08 00:43:40 -06:00
phxntxm 67d8fedef8 Updated for rewrite: Batch 6 2017-03-07 22:28:30 -06:00
phxntxm 2b9d8a2dca Update for rewrite: Batch 5 2017-03-07 17:56:24 -06:00
phxntxm a05b768274 Updated for rewrite: Batch 2 2017-03-07 16:35:30 -06:00
Phxntxm 0757844905 Corrected syntax error 2017-03-05 20:51:50 -06:00
Phxntxm 4f3c05486a Corrected syntax error 2017-03-05 20:50:51 -06:00
Phxntxm 5f00739f5f Added total to dice rolls with more than 1 die 2017-03-05 20:49:56 -06:00
Phxntxm 23e69a01c6 Update to work with the rewrite: Batch 1 2017-03-05 20:45:44 -06:00
Phxntxm 2d3e5d680c Corrected issue where providing a page with help didn't change the page 2017-02-17 18:00:34 -06:00
Phxntxm e45f787077 Catch exception when we cannot paginate 2017-02-12 17:58:27 -06:00
Phxntxm f9ce8ef85e Added an exception catch for when permissions aren't given to the bot for pagination 2017-02-12 17:36:11 -06:00
Phxntxm e90bab4a84 Made get_all_commands available 2017-02-12 15:55:49 -06:00
Phxntxm 31ed6b32fb Made get_all_commands available 2017-02-12 15:54:21 -06:00
Phxntxm 2eed78fb15 Corrected misspelling 2017-02-11 17:20:55 -06:00
Phxntxm baa8c74beb Used the paginator for the help commands 2017-02-11 17:14:57 -06:00
Phxntxm 2048865b26 Made sure that we're in a server when checking for permissions 2017-01-28 14:15:08 -06:00
Phxntxm 2baf153ae3 Corrected error causing the help command to not work 2017-01-28 14:12:52 -06:00
phxntxm fa82e5403a Added a check in case embeds/reactions can't be used for the help message, and sent the link to the rtd docs instead 2017-01-24 14:45:17 -06:00
Phxntxm 5c9939ae29 Accepted reaction removes for the help command 2017-01-23 16:27:11 -06:00
Phxntxm 6f74bdac62 Allowed commands to work in the help command if no description exists 2017-01-23 14:28:11 -06:00
Phxntxm 9dd0c9d2f6 Used the user object instead of member, to alow use in PM 2017-01-21 20:35:20 -06:00
Phxntxm 175004305f Corrected an issue where the command, and a string were being compared 2016-12-19 11:00:06 -06:00
Phxntxm ea6ae3dab4 Changed the comparison to the qualified name 2016-12-19 10:59:01 -06:00
Phxntxm 16e3ca9d9a Corrected syntax error 2016-12-19 10:53:25 -06:00
Phxntxm d28b52ec9c Corrected syntax error 2016-12-19 10:52:36 -06:00
Phxntxm 518671335a Added subcommands to the output of command specific commands 2016-12-19 10:52:00 -06:00
Phxntxm 51b587b748 Same as last commit; for pages >.> 2016-12-19 10:42:23 -06:00
Phxntxm ec14a83c8c Moved setting cmd to make sure it can be used 2016-12-19 10:41:33 -06:00
Phxntxm 9ac58d6055 Added the ability to pull up a specific page on help (gg mobile Discord) 2016-12-19 10:31:45 -06:00
Phxntxm 08b808b6f2 Added blackjack to the info command 2016-12-15 15:43:24 -06:00
Phxntxm af30023d8d Sorted the command list alphabetically 2016-12-02 20:04:57 -06:00
phxntxm 17d8541bb8 Changed the order the reactions are added 2016-12-02 00:27:17 -06:00
phxntxm abb2e87514 Added the ability to change pages 2016-12-02 00:25:50 -06:00