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

1338 commits

Author SHA1 Message Date
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
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
Phxntxm 673b66959a Added an exception checking for youtube providing a error that makes sense (i.e. Copyright videos) 2016-12-22 11:47:28 -06:00
Phxntxm 6bbfcc36b1 Stopped the context from being passed, since ctx is not needed for this command 2016-12-22 10:01:02 -06:00
phxntxm 9578221ba3 Removed a change that Pycharm automatically made 2016-12-22 00:58:53 -06:00
phxntxm 9b93974e0f Added a couple simple error checks to the new music 2016-12-22 00:56:25 -06:00
Phxntxm dcae38778a corrected issue where tuple was returned as the 'result' instead of taking that apart 2016-12-21 17:12:13 -06:00
Phxntxm 431490fa32 Complete overhaul of the music searching/downloading 2016-12-21 17:06:32 -06:00
Phxntxm 1391bc051a Corrected an issue where a TypeError Exception wasn't being caught 2016-12-21 10:36:51 -06:00
Phxntxm 2975d4268b Corrected issue where a server object was iterated through instead of the member list 2016-12-20 16:48:26 -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 ae0a6d974d imported utilities for use in debug 2016-12-19 10:45:02 -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 9453499c62 Imported asyncio 2016-12-16 13:55:05 -06:00
Phxntxm 96744f0c11 Added the ability to force stop a running blackjack game 2016-12-16 11:02:55 -06:00
Phxntxm c1302aebe6 Added a check to remove any players not in the server anymore 2016-12-16 10:55:47 -06:00
Phxntxm 08b808b6f2 Added blackjack to the info command 2016-12-15 15:43:24 -06:00
Phxntxm 48be66568f Added a nickname changing command 2016-12-14 15:52:11 -06:00
Phxntxm 196ecc8e7d Added blackjack as a new module 2016-12-14 13:37:22 -06:00
Phxntxm 7f0fec170f Made sure that tags cannot be created that mention everyone 2016-12-12 09:52:04 -06:00
Phxntxm 027b0a18be Added a count, as well as a way to iterate through the deck 2016-12-11 20:50:26 -06:00
Phxntxm 9c241976aa Added a cards utility class 2016-12-11 14:28:02 -06:00
Phxntxm 77b8cd2945 Added an init file, to import all utilities necessary 2016-12-11 14:25:38 -06:00
Phxntxm 4e0533bb87 Added a file name to avatar so that discord embeds it 2016-12-09 21:38:12 -06:00
Phxntxm 821f33f5d1 Corrected how to wrap the BytesIO object 2016-12-09 21:34:17 -06:00
Phxntxm 6383b0bced removed an erroneous comma 2016-12-09 21:26:33 -06:00
Phxntxm e0f7260a70 Moved utility functions to the utility file 2016-12-09 21:25:08 -06:00