1
0
Fork 0
mirror of synced 2024-07-02 13:10:32 +12:00
Commit graph

159 commits

Author SHA1 Message Date
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
Phxntxm e283a5160c Redesigned the embed for help 2016-12-01 22:24:54 -06:00
Phxntxm 653a8acc6d Added new format to default help command 2016-12-01 21:58:28 -06:00
phxntxm 0bc7eb2dc0 Corrected the deafult setting for message 2016-11-29 02:16:10 -06:00
phxntxm bf692e4c74 Pep8 changes 2016-11-29 02:05:22 -06:00
Phxntxm 354a482160 Added examples and results for all commands 2016-11-28 22:55:55 -06:00
Phxntxm 26f620839a Corrected issue with the data sent to the embed 2016-11-28 21:57:16 -06:00
Phxntxm ffe9837064 Actually sent the embed now.... 2016-11-28 21:52:45 -06:00
Phxntxm 24ccb076db First attempt at reworking the help command 2016-11-28 21:51:18 -06:00
Phxntxm 350a8b517d Changed the order of the fields, due to the length of the uptime 2016-11-20 19:31:39 -06:00
Phxntxm d8bbc3f1e3 Corrected the paramater passed to add_field 2016-11-20 19:28:59 -06:00
Phxntxm 8d57ce6c03 Corrected syntax error 2016-11-20 19:28:09 -06:00
Phxntxm 2b85dabb15 Changed the info command to use the new embed system 2016-11-20 19:27:34 -06:00
Phxntxm 1018f1c3fa Added a custom help command 2016-11-10 21:02:51 -06:00
phxntxm c4c3e03c39 Temporarily disabled music playing stats due to the load balance change; will require IPC to enable again 2016-10-30 23:29:11 -05:00
Phxntxm 5e1976dcb8 Ensured the joke found was not over the discord text limit 2016-10-30 13:45:41 -05:00
Phxntxm 1743920b43 Added another check to ensure the sides of the dice is higher than 1 2016-10-15 14:43:45 -05:00
Phxntxm 2b60d45dbf Corrected issue where a date and string were being compared 2016-10-07 20:34:05 -05:00
Phxntxm 685dd0beb5 Corrected how to search for the latest motd 2016-10-07 16:29:03 -05:00
Phxntxm f0d85d5796 Corrected last issues with the motd command 2016-10-07 15:52:43 -05:00
Phxntxm 078db24cad Made sure the format is not printed when no motd is found 2016-10-07 15:47:10 -05:00
Phxntxm d16db79a79 Added the exception checking for when no date is provided 2016-10-07 15:46:11 -05:00
Phxntxm 1e9bca6806 Corrected what type of error will be hit if there's no motd 2016-10-07 15:42:46 -05:00
Phxntxm 6e57ffe4a3 Added a motd command 2016-10-07 15:39:41 -05:00
phxntxm 11e12a7f1b Corrected error caused by the last merge; fixed pep8 issues 2016-10-02 13:08:20 -05:00
Phxntxm c7f99e4f5e Used random.choice instead of randint to get an index of a list based on a length 2016-10-01 20:47:14 -05:00
phxntxm 8d58b4bb46 Removed an old comment 2016-09-28 21:40:33 -05:00
phxntxm 26f32f9967 Update to saving method, using a much more robust method 2016-09-28 18:39:34 -05:00
Phxntxm 52eea3753b Made sure that the bot is in a channel in cases where the VoiceClient gets stuck 2016-09-05 21:52:14 -05:00
phxntxm 9c1a4fab5c Awaited the coroutine 2016-08-31 23:01:45 -05:00
phxntxm d8b2fcb3a2 Added the ability to get server/member count across all shards 2016-08-31 19:07:38 -05:00
phxntxm 5b8fc913b8 PEP8 changes 2016-08-30 17:33:46 -05:00
phxntxm b082ce5f04 Removed the change Pycharm made for pep8 which caused the bot not to run, as the directoy was detected incorrectly 2016-08-26 08:23:02 -05:00
Phxntxm f26e04b1a4 Mass update: Added comments to most of the project. A couple small tweaks made as well 2016-08-15 22:30:52 -05:00
Phxntxm 934ccb6d86 Added a wikipedia command 2016-08-15 15:43:18 -05:00
Phxntxm 37dbacf3fe Mass update: removed all cases LikeThis and replaced them like_this (This for you Fuyu) 2016-08-14 21:10:12 -05:00
Phxntxm 58d87ceba9 I forgot an await.... 2016-08-13 17:48:49 -05:00
Phxntxm b418d91d31 Corrected what should be added to the 'author' list 2016-08-13 17:48:13 -05:00
Phxntxm e63bbcd70b Added a missing import 2016-08-13 17:46:45 -05:00
Phxntxm f1a88015b3 Added an information command to print some information about the bot 2016-08-13 17:46:15 -05:00
Phxntxm 2f9b75f5d7 Changed random generating to use SystemRandom, for better random numbers 2016-08-13 14:58:47 -05:00
Phxntxm b8b923a7a9 Corrected the glob checking 2016-08-12 18:54:37 -05:00
Phxntxm c95bdcbd96 Changed up saving content, as this sometimes caused the config file to be completely erased 2016-08-12 14:38:59 -05:00