1
0
Fork 0
mirror of synced 2024-06-26 18:21:15 +12:00
Commit graph

1174 commits

Author SHA1 Message Date
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
Phxntxm 532c0078eb removed some old, useless commands 2016-12-09 21:25:00 -06:00
Phxntxm c72aff607e Added a command to provide the avatar for someone 2016-12-09 21:24:51 -06:00
Phxntxm a456099944 Added shard id/count to the server info command 2016-12-08 21:11:05 -06:00
Phxntxm 8bfe396c07 Added shard id/count to the server info command 2016-12-08 21:10:05 -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 3943c8e740 Corrected issue where qualified name was being pulled on a child command 2016-12-01 23:02:33 -06:00
Phxntxm 49bd09fc52 Corrected issue were aliases were still detected on child commands 2016-12-01 22:59:59 -06:00
Phxntxm dd3405141b Corrected issue where suppressed error hid an issue with which list was sent to the recursive calls 2016-12-01 22:56:57 -06:00
Phxntxm e283a5160c Redesigned the embed for help 2016-12-01 22:24:54 -06:00
Phxntxm 478c3172bf Corrected syntax error 2016-12-01 22:04:03 -06:00
Phxntxm aa3b874b1f Corrected syntax error 2016-12-01 22:02:42 -06:00
Phxntxm 0c3245aecc Added the new utilities module 2016-12-01 22:01:53 -06:00