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

1550 commits

Author SHA1 Message Date
phxntxm 92514b6987 Merge branch 'rewrite' of https://github.com/Phxntxm/Bonfire into rewrite 2017-05-06 00:09:50 -05:00
phxntxm 97f1da001b Correct declining battle 2017-05-05 23:59:16 -05:00
phxntxm 24a7a64b07 Change how to check for pause/resume errors 2017-05-05 23:58:05 -05:00
Phxntxm 77848aef01 Add a full messagee 2017-05-05 15:58:17 -05:00
Phxntxm 0c30aca9d9 Add a check for if value has been provided 2017-05-05 15:55:29 -05:00
Phxntxm 005ac4179b Correct type for channel ID 2017-05-05 15:55:18 -05:00
Phxntxm 1d859e0995 Add a command to send a message to a particular channel 2017-05-05 15:53:12 -05:00
Phxntxm cbd522991a Rework volume to have a default volume set for every song that plays 2017-05-04 17:33:26 -05:00
Phxntxm bd7b5a5ca5 Add songs playing to info embed 2017-05-04 17:33:10 -05:00
Phxntxm 6dcaf2ef99 Remove erroneous comment 2017-05-04 17:33:01 -05:00
phxntxm bfb744bb29 remove erroneous alias 2017-05-04 02:44:51 -05:00
phxntxm 483698ea29 Renaming of assigning commands to make it more clear which does which 2017-05-04 02:44:10 -05:00
phxntxm a793378093 Correct naming of command 2017-05-04 02:34:33 -05:00
phxntxm aa610bd1d8 Add the ability to remove and list self-assignable roles 2017-05-04 02:33:24 -05:00
phxntxm 00b49f7445 Correct requirements for assign me 2017-05-04 01:30:07 -05:00
phxntxm 67dd73c0af Add a message for when connections timeout 2017-05-03 20:12:13 -05:00
phxntxm 7658241913 Add error messages when picarto URL is not saved 2017-05-03 15:31:28 -05:00
phxntxm e4ef3c075b Use better jokes 2017-05-02 19:29:14 -05:00
phxntxm 84746e23bb Correct how to get the font files 2017-05-02 19:19:28 -05:00
phxntxm 38cc78c09e Correct the element passed 2017-05-02 15:15:30 -05:00
phxntxm 85d1cdbe2d Move fonts used to a fonts folder in the repository 2017-05-02 14:38:32 -05:00
Phxntxm ab5d73a742 Move the valid_perms list to the correct cog 2017-05-01 18:31:33 -05:00
Phxntxm 3754fbc565 Put a newline in before the tictactoe board 2017-05-01 17:45:22 -05:00
Phxntxm 6aab8267f9 Correct how to get guild from a player provided 2017-05-01 16:01:53 -05:00
Phxntxm c295265e0b Correct how to get player1 2017-05-01 15:58:58 -05:00
Phxntxm 89129a5d88 Correct how to get player's battles in accept and decline 2017-05-01 15:57:32 -05:00
Phxntxm baa16d6e18 Remove erroneous variable 2017-05-01 15:49:26 -05:00
Phxntxm d7f3307e62 Correct how to get the guild 2017-05-01 15:48:29 -05:00
Phxntxm 86a8d57666 Correct syntax error 2017-05-01 15:46:59 -05:00
Phxntxm 43b32badc4 Correct syntax error 2017-05-01 15:46:36 -05:00
Phxntxm 0d66448338 Reformat battling, to allow more than one to be done at once 2017-05-01 15:45:56 -05:00
Phxntxm d516551de6 Import rethinkdb module 2017-05-01 14:07:39 -05:00
Phxntxm a12a18db14 Import glob 2017-04-30 19:16:42 -05:00
Phxntxm e574e2d532 Use the bot's clientuser's avatar url to not cause issues in PM 2017-04-30 19:05:11 -05:00
Phxntxm cc6c867306 Correct class to call in setup 2017-04-30 18:58:14 -05:00
Phxntxm 863903c765 Add missing init 2017-04-30 18:57:36 -05:00
Phxntxm 5aa87ce653 Reordering of commands to be grouped better 2017-04-30 18:56:02 -05:00
phxntxm 32f195b2f1 Add a check to ensure the source exists 2017-04-26 05:00:43 -05:00
Phxntxm 71772a4e19 Add a check for if the voice channel is None 2017-04-24 16:21:17 -05:00
Phxntxm ca8c3625a4 Send files with a filename 2017-04-24 14:25:05 -05:00
Phxntxm 6704af7508 Update images to use file-like objects to not take up disk space 2017-04-24 14:24:58 -05:00
Phxntxm e7133bc25f Correct volume implementation 2017-04-23 19:09:49 -05:00
Phxntxm ead82dc4aa Handle playing when voice is None 2017-04-23 17:28:13 -05:00
Phxntxm 90598f26bf Handle if the channel returned is None 2017-04-23 15:25:42 -05:00
Phxntxm 99ac6fdd6c Correct when the source is retrieved 2017-04-22 22:12:48 -05:00
Phxntxm 96e17e9cb6 Import required Exception 2017-04-22 22:09:03 -05:00
Phxntxm a30dae0735 Have the playlist handle searching for songs 2017-04-22 22:07:54 -05:00
Phxntxm c821adf87a Have the playlist handle searching for songs 2017-04-22 22:06:45 -05:00
Phxntxm 7e1ca280de Move the LiveStreamError to the exceptions module 2017-04-22 21:45:36 -05:00
Phxntxm 543c82a5c4 Merge branch 'rewrite' of https://github.com/Phxntxm/Bonfire into rewrite 2017-04-22 17:54:36 -05:00