1
0
Fork 0
mirror of synced 2024-07-01 12:41:40 +12:00
Commit graph

1092 commits

Author SHA1 Message Date
Phxntxm a40ca62583 Corrected issue where the banner creation method wasn't found 2017-02-12 15:45:11 -06:00
Phxntxm 5561115449 Changed rules to use the paginator 2017-02-12 15:39:57 -06:00
Phxntxm 541e1a0ce7 Updated to use 10 results per page 2017-02-12 15:31:18 -06:00
Phxntxm 996f30b5b3 Used the paginator for the leaderboard 2017-02-12 15:30:50 -06:00
Phxntxm 2eed78fb15 Corrected misspelling 2017-02-11 17:20:55 -06:00
Phxntxm c1862d04e8 Corrected syntax error 2017-02-11 17:18:40 -06:00
Phxntxm baa8c74beb Used the paginator for the help commands 2017-02-11 17:14:57 -06:00
Phxntxm 81c2f1b7f6 Added the paginator to the init package file 2017-02-11 17:14:47 -06:00
Phxntxm 50d08e469d Added a paginator method to use embeds 2017-02-11 17:14:31 -06:00
Phxntxm 6fffd46079 Added an exception for when the bot can't send messages 2017-02-06 21:56:52 -06:00
Phxntxm fae921995a Removed audio_tmp files upon startup of a music shard 2017-02-06 21:47:25 -06:00
Phxntxm 4e53b1f3a4 Changed the queue description to show information about the new queue reaction options 2017-02-06 21:10:06 -06:00
Phxntxm 3ac68a30a1 Added a to_embed method to return a generic embed showing information about the song 2017-02-06 21:09:41 -06:00
Phxntxm 71c32cb876 Changed queue and playing to use embeds 2017-02-06 20:56:04 -06:00
Phxntxm 2486f62640 Fixed issue where required skips was not being set when first starting a queue 2017-02-06 17:11:23 -06:00
Phxntxm 09c9e34dbb Remove audio files once the queue has ended 2017-02-06 16:34:06 -06:00
Phxntxm c02efe8c46 Updated avatar file names to use webp extension instead of jpg 2017-02-04 17:00:18 -06:00
Phxntxm 5e31979158 Added the ability to upload .gif avatars 2017-02-04 14:04:43 -06:00
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 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 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 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 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
phxntxm 7b55a6979f Changed the hangman description to reflect the current way phrases are chosen 2017-01-05 12:13:22 -06:00
phxntxm 6ec9b70c55 Added a couple more error checks to music 2016-12-27 19:55:50 -06:00
phxntxm 0e51229ca9 Made sure when forcestop is used, it deletes the game entirely, since it's no longer needed. + Pep8 changes. 2016-12-24 21:16:02 -06:00
Phxntxm affe42d0c4 Added a couple more error checks, including downloading errors from youtube, no search result found....as well as deleting the last song played file 2016-12-23 10:34:30 -06:00
Phxntxm 61146d5f43 Corrected a couple issues with some variables 2016-12-22 14:57:32 -06:00