1
0
Fork 0
mirror of synced 2024-06-03 03:04:33 +12:00
Commit graph

144 commits

Author SHA1 Message Date
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
Phxntxm 600a704e8b Corrected error where no nsfw_channel was found 2016-08-12 14:32:38 -05:00
Phxntxm 89ca7b0469 Changed pathing to relative pathing 2016-08-11 21:13:35 -05:00
Phxntxm 1002dcc9a8 Added a snek command 2016-08-07 13:04:52 -05:00
Phxntxm ff3d62093a Added the aliases to the right method this time 2016-08-07 09:03:36 -05:00
Phxntxm 7969d65578 Added an alias 'invite' to the addbot command 2016-08-07 09:02:35 -05:00
phxntxm b5df9ce404 Changed uptime to use pendulum instead of datetime 2016-08-06 17:20:16 -05:00
phxntxm 05ba41b493 Removed alias that clashed with a previous command 2016-08-04 16:41:19 -05:00
Phxntxm f6bdf056e5 Added an alias for the link to add Bonfire to a server 2016-08-04 09:30:18 -05:00
Phxntxm 3a77330eb3 Changed up formatting for code blocks, as sometimes a line would be removed from it 2016-07-31 14:11:05 -05:00
phxntxm 8e050c016e Updates to comply with PEP 8 2016-07-30 19:20:55 -05:00
Phxntxm 226b47453e corrected the detection of when the songs' queue is full 2016-07-30 12:25:01 -05:00
Phxntxm c29b9f6aea corrected syntax error 2016-07-30 10:01:48 -05:00
Phxntxm 945e3ef878 corrected syntax error 2016-07-30 10:00:51 -05:00
Phxntxm 6983cf8d6b Added an uptime command to the bot 2016-07-30 09:59:35 -05:00
Phxntxm 70be37b770 Changed the checks on all commands to use the revised custom format 2016-07-30 07:30:28 -05:00