1
0
Fork 0
mirror of synced 2024-06-27 18:50:35 +12:00
Commit graph

1273 commits

Author SHA1 Message Date
Phxntxm 7459d79476 Corrected error where remnants of the last method weren't overwritten 2017-01-28 17:04: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 81b7cdeaf9 Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2017-01-27 15:51:23 -06:00
Phxntxm 4d028e6d49 Corrected an error where the message wasn't being detected correctly 2017-01-27 15:42:46 -06:00
phxntxm 34a9232009 Made sure to return if urbandictionary failed to connect 2017-01-25 13:24:16 -06:00
phxntxm abcd04e9ab Made sure to return after an error check 2017-01-24 14:45:34 -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 9f2b68a291 Added the rest of the modules to the documentation, excluding twitch 2017-01-23 21:19:54 -06:00
Phxntxm 556c22b9ad Used the request method to download the image; handled the downloading failing 2017-01-23 16:35:00 -06:00
Phxntxm f65edc18ce Use the url if downloading the avatar failed 2017-01-23 16:34:35 -06:00
Phxntxm 36fe2e865c stopped logging full responses for da 2017-01-23 16:34:04 -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 1447fea33b Added a few more modules 2017-01-22 22:56:50 -06:00
phxntxm 3adbaf023e Added links, interaction, and music modules 2017-01-22 21:48:41 -06:00
phxntxm 9fafc87bc3 Fucked rst's pickiness 2017-01-22 21:22:57 -06:00
phxntxm 6bda37b78b Added the links module to the docs 2017-01-22 21:20:14 -06:00
phxntxm 5c9f135f1d Finished off the Core module 2017-01-22 17:47:17 -06:00
phxntxm 314e49b660 take 2 on the internal link test 2017-01-22 17:25:49 -06:00
phxntxm df8e627724 Testing internal hyperlinks in the docs 2017-01-22 17:07:27 -06:00
phxntxm 432717d5c3 Changed the theme used for rtd 2017-01-22 15:34:33 -06:00
phxntxm 8e2d47f63a Added the ssh folder and git config to gitignore 2017-01-22 15:31:50 -06:00
bonfire 7f528a3a04 First test of using sphinx and rst 2017-01-22 15:07:01 -06:00
Phxntxm e387d7a4fa Added the build information for sphinx docs to gitignore 2017-01-22 15:05:15 -06:00
Phxntxm d40ec0bbc7 Added a couple new files to gitignore 2017-01-22 13:55:58 -06:00
Phxntxm 6b4abeb629 Added a check to allow command usage to process in PMs 2017-01-21 20:46:56 -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 241889b382 Corrected a couple errors with twitch/picarto/da 2017-01-21 17:22:52 -06:00
Phxntxm c294c29b3b Added a check for when purge tries to delte messages too far back 2017-01-21 16:58:23 -06:00
Phxntxm afb8b5b34f Added an exception for if a message's server is None (i.e. this was sent in a private message/group chat) 2017-01-21 16:35:16 -06:00
Phxntxm 74c24c28d7 Updated da cog to use the utility request method 2017-01-21 15:48:41 -06:00
Phxntxm 5bd7a6dbf3 Corrected issue with a typo 2017-01-20 17:41:50 -06:00
Phxntxm 0620fee904 Setup the links cog to use the new request method from the utilities 2017-01-20 17:32:45 -06:00
Phxntxm 2ea4240f1c Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2017-01-20 16:50:12 -06:00
Phxntxm 1883054d58 Updated the requests method to be a bit more in depth 2017-01-20 16:50:02 -06:00
phxntxm ae406a736d Corrected an indentation error 2017-01-17 10:23:07 -06:00
phxntxm e62589e78c Setup an actual clientsession 2017-01-17 10:20:03 -06:00
phxntxm 07e34ddee3 Updated code to work with the new OW API 2017-01-17 09:38:26 -06:00
phxntxm 2c0b82967a Updated code to work with the new OW API 2017-01-17 09:35:22 -06:00
phxntxm 62972c6205 Updated code to work with the new OW API 2017-01-17 09:31:09 -06:00
phxntxm f31cafb323 Updated the version over the overwatch API I was using, as v2 is outdated 2017-01-17 09:16:33 -06:00
phxntxm a65c0bbde0 Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2017-01-17 09:11:50 -06:00
Phxntxm 442e398f1b Added a generic request method to the utilities 2017-01-08 14:05:37 -06:00
Phxntxm 0682ad8838 Used the new utils class instead of config 2017-01-08 14:03:22 -06:00
Dan Hess 497bb5e963 Update README.md 2017-01-06 22:11:36 -06:00
Dan Hess 4258e60023 Added the newest entries to the config.yml file 2017-01-06 22:01:49 -06:00
Dan Hess b289154664 Updated the settings to include the required extensions, and add a few new keys 2017-01-06 21:58:39 -06:00
phxntxm 7b55a6979f Changed the hangman description to reflect the current way phrases are chosen 2017-01-05 12:13:22 -06:00
Dan Hess c1e2ecf0d5 Added missing ' 2017-01-04 22:25:30 -06:00