1
0
Fork 0
mirror of synced 2024-06-17 01:54:35 +12:00
Commit graph

1836 commits

Author SHA1 Message Date
phxntxm d031459349 Refresh cache on some important updates 2019-01-28 00:23:19 -06:00
phxntxm a2bbe427be Correct mostboops command 2019-01-27 21:26:32 -06:00
phxntxm f8a3b64928 Correct how to check if it's in a list 2019-01-27 21:24:56 -06:00
phxntxm b11f6ea869 Correct how to check if it's in a list 2019-01-27 21:23:52 -06:00
phxntxm ef912ef7b8 Don't try to do anything if server has no settings 2019-01-27 21:22:55 -06:00
phxntxm 75af7dcd6f Rewrite of database/configuration 2019-01-27 20:58:39 -06:00
phxntxm 29a14d2e3b Add spades; Move utils to it's own folder outside cogs; Remove images and fonts 2018-10-29 20:00:37 -05:00
phxntxm 74f474b9a7 Correct error that disabled all commands if one command is disabled 2018-10-20 23:37:41 -05:00
phxntxm a12d9c6dd7 Catch edge case 2018-10-20 23:37:22 -05:00
phxntxm 1625422a5f Move back to pagination help command 2018-10-16 18:44:19 -05:00
phxntxm 433aaee7be Catch if someone has booped someone else, but not in this server 2018-10-14 12:23:48 -05:00
phxntxm d00b878ecd Correct where to import bucket from 2018-10-12 15:50:42 -05:00
phxntxm dc9f49f568 Add coolodown to help to see if this will stop memory problems 2018-10-12 15:47:07 -05:00
phxntxm 2d03bbc672 Remove donation info 2018-10-12 15:46:53 -05:00
phxntxm 883565fbf3 Remove twitch 2018-10-12 15:46:43 -05:00
phxntxm 925beb8b2e Send short messages to the channel 2018-10-10 19:36:39 -05:00
phxntxm f0cbb39d25 Send short messages to the channel 2018-10-10 19:34:52 -05:00
phxntxm f0ddede3c4 Remove twitch cog 2018-10-10 18:46:49 -05:00
phxntxm 9b24998c17 Add a ping command 2018-10-10 18:46:34 -05:00
phxntxm 8388cfa840 Correct couple small errors caused by database format change 2018-10-09 09:38:39 -05:00
phxntxm fda6b3aae2 Remove ljust 2018-10-08 19:29:20 -05:00
phxntxm d19696e0ec Put dev server invite at the bottom of help command 2018-10-08 19:28:47 -05:00
phxntxm 087114033c Add descriptions to classes for help command 2018-10-08 15:40:21 -05:00
phxntxm c63b7a176f Update help command to remove pagination 2018-10-08 15:40:10 -05:00
phxntxm 764759b30a Add a way to print info about a specific role 2018-10-05 10:26:10 -05:00
phxntxm 2395aba4f7 Correct reference to roles 2018-10-05 10:13:10 -05:00
phxntxm 565a7361e6 Add a notify command 2018-10-04 17:28:37 -05:00
phxntxm d1d16390ef Update to use new paginator 2018-10-04 15:36:58 -05:00
phxntxm ff4eb301c6 Remove custom calls 2018-10-04 14:36:01 -05:00
phxntxm c2650ace52 Update paginator/help command 2018-10-04 14:14:09 -05:00
phxntxm 4dc82c7b48 Start correct task 2018-10-04 13:01:33 -05:00
phxntxm 7cfe02cc56 Update to conform to new pendulum versions 2018-10-04 12:56:13 -05:00
phxntxm bc63ed810c Update to conform to new pendulum versions 2018-10-04 12:48:59 -05:00
phxntxm 7f05307b78 Update to conform to new pendulum versions 2018-10-04 12:38:38 -05:00
phxntxm 757b49a3eb Change how ownership dict is read 2018-09-23 18:02:19 -05:00
phxntxm a173451164 Correct how the methods are called 2018-09-23 17:51:31 -05:00
phxntxm 297aeb0b6e Correct how the methods are called 2018-09-23 17:47:19 -05:00
phxntxm 6f41b1f500 Remove old check 2018-09-23 17:40:21 -05:00
phxntxm 1cf766820d Correct syntax error in check 2018-09-23 17:38:34 -05:00
phxntxm 26e9e53c80 Correct syntax error in check 2018-09-23 17:37:39 -05:00
phxntxm a96835326c Change to check all requirements in the command checks, not some in on_message 2018-09-23 17:34:14 -05:00
phxntxm ad0b4a6362 PEP8 2018-09-23 14:23:27 -05:00
phxntxm 501e5b9452 Default to empty dict if there's no entry 2018-09-23 13:40:09 -05:00
phxntxm e5b5d30553 Update to change cache lookup from o(n) to o(1) 2018-09-23 13:33:46 -05:00
phxntxm e7c2cdceb7 Change database saving, and command reading to not create tasks each time 2018-09-23 01:04:03 -05:00
phxntxm b897740e76 Change order of channel checking to ensure it exists 2018-09-23 00:18:13 -05:00
phxntxm c7742a8023 Move tasks into their own methods, to try to gc better 2018-09-22 11:17:11 -05:00
phxntxm 259da83950 Don't allow removal of picarto before addition, it bugs the entry in the database 2018-09-21 17:03:34 -05:00
phxntxm 4f8f606609 Catch race condition 2018-09-21 17:03:19 -05:00
phxntxm fbb5873884 Update clientsession line 2018-07-14 23:09:51 -05:00
phxntxm d88a34f1a5 Asyncio changed, need async with now 2018-07-14 23:05:43 -05:00
phxntxm 09d8f0535a Correct nsfw lookup 2018-06-23 12:12:31 -05:00
phxntxm ff672d1f81 Limit urban to nsfw channels 2018-06-23 12:10:37 -05:00
phxntxm 9be23219c5 Correct accuracy 2018-06-11 17:36:10 -05:00
phxntxm cb292ec3a7 Add new discord bots site 2018-05-24 00:09:42 -05:00
phxntxm 9b0e13b744 Include new bot sites 2018-05-21 17:30:47 -05:00
phxntxm b9eb3eddac Correct value sent when listenign to something 2018-05-07 10:02:27 -05:00
phxntxm 9e39888589 Don't make command server only 2018-05-07 10:02:02 -05:00
phxntxm 6145ab3df3 remove carriage returns 2018-05-07 10:01:16 -05:00
phxntxm 750b12f7d9 Clean up cat/e621 api calls 2018-05-07 09:56:23 -05:00
phxntxm 9e46f4c37c Use correct form for games 2018-04-25 22:11:38 -05:00
phxntxm fc2c5b5e5f Correct error to catch when there's no result 2018-04-25 22:11:27 -05:00
phxntxm 8560f29e17 Correct sleep 2018-04-25 22:08:45 -05:00
phxntxm e32c398290 Don't call parent command 2018-04-24 18:16:24 -05:00
phxntxm 011b550ea5 Correct cogs to load 2018-04-24 18:12:04 -05:00
phxntxm bf522d33bd Correct cogs to load 2018-04-24 18:11:30 -05:00
phxntxm 279a3e7116 Remove lingering music calls 2018-04-24 18:11:12 -05:00
phxntxm 40633e9744 Add description to spotify command 2018-04-24 18:04:47 -05:00
phxntxm ad91fa4030 Correct permission required for spotify 2018-04-24 18:00:25 -05:00
phxntxm c933457c72 Merge branch 'rewrite' of https://github.com/Phxntxm/Bonfire into rewrite 2018-04-24 17:58:53 -05:00
phxntxm 1c320b5e6e Don't show colour roles in list 2018-04-24 17:55:47 -05:00
phxntxm 604e427af4 New Activity Type 2018-04-24 17:55:28 -05:00
phxntxm 715274e99e New change_presence use 2018-04-24 17:54:01 -05:00
phxntxm d7b9e04742 Remove music 2018-04-24 17:53:43 -05:00
phxntxm e24c8e3a93 Add Spotify options 2018-04-24 17:52:53 -05:00
phxntxm 465c9fa316 remove old files/remove music 2018-04-24 17:48:25 -05:00
phxntxm 3f7eaaa248 Add a spotify search for playlists and songs 2018-04-24 17:48:01 -05:00
MahxieNoodle d15397dad9
New cat api endpoint
Updated cat api url.
2018-03-22 10:21:12 -06:00
Phxntxm d66bee2e38 Correct spacing issue 2018-01-12 16:18:03 -06:00
Phxntxm f36c340f11 Correct spacing issue 2018-01-12 16:16:53 -06:00
Phxntxm 86f9984998 Convert to string 2018-01-12 16:15:21 -06:00
Phxntxm 122461b6e0 Corect logic for showing parameters 2018-01-12 16:14:23 -06:00
Phxntxm 536853b00e Ensure there are aliases before adding them 2018-01-12 15:50:06 -06:00
Phxntxm f942852813 Send as an actual embed object 2018-01-12 15:48:19 -06:00
Phxntxm 58539d85fa Import Discord 2018-01-12 15:45:44 -06:00
Phxntxm 8877f6f2be No need for method to be async 2018-01-12 15:43:09 -06:00
Phxntxm 6858a22a11 Add a tutorial command 2018-01-12 15:41:33 -06:00
Phxntxm 37270d6b6c Add a check if no output is found 2018-01-12 15:41:12 -06:00
Phxntxm 936040a6c8 Use check_output to stop blocking 2018-01-11 11:32:41 -06:00
Phxntxm 0d3ec6f46f Use a shell in the bash command 2018-01-11 11:07:42 -06:00
Phxntxm 11b6366360 Add a bash command 2018-01-11 10:56:11 -06:00
Dan 5fe0e65cb3 Correct typo 2018-01-11 10:43:38 -06:00
Dan 9019426302 Added a horse command/use API for snake command 2018-01-11 10:08:23 -06:00
phxntxm 7ee3725c7e error out if an invalid colour is given 2018-01-01 22:59:19 -06:00
phxntxm c4d0a3b2a9 Add a command to control colours used 2018-01-01 18:20:27 -06:00
phxntxm e97c50edfe Add a command to control colours used 2018-01-01 18:10:57 -06:00
phxntxm a6d0d507d9 Add a command to control colours used 2018-01-01 18:09:10 -06:00
phxntxm fb26b7ffcf Add a command to control colours used 2018-01-01 18:08:11 -06:00
phxntxm 164d62a179 Add a command to control colours used 2018-01-01 18:06:24 -06:00
phxntxm 0ff6704206 Add a coinflip command 2017-12-02 16:21:39 -06:00
phxntxm 4065f63e70 Increase limit to 30 characters 2017-12-02 16:19:54 -06:00
phxntxm 85e34b32ca display command based on parent used 2017-11-28 17:40:19 -06:00
phxntxm b19d080232 Handle key errors in welcome/goodbye messages 2017-11-28 17:38:41 -06:00
phxntxm 4312b5f5ef Stop auto-reconnecting for voice channels 2017-11-11 16:22:04 -06:00
phxntxm 5a28951eb7 Handle if there are no roles 2017-11-08 11:01:02 -06:00
phxntxm 8adde44fb1 Temporarily disable error handling of stuck voice channels 2017-11-08 11:00:22 -06:00
phxntxm 60cf454122 Correct how to handle when permissions are missing 2017-10-15 15:45:03 -05:00
phxntxm 549f72d660 Work with nonexistant channels 2017-09-25 15:16:41 -05:00
phxntxm 2b4e098d67 Rewrite the hugs example 2017-09-21 18:31:46 -05:00
phxntxm 09e6f17a11 Add what to do for channels that no longer exist 2017-09-21 17:36:09 -05:00
phxntxm 88b8c04117 Ignore errors on error sending message 2017-09-13 03:47:47 -05:00
phxntxm 8a6ec4e681 Handle default channel no longer existing 2017-09-13 03:47:29 -05:00
phxntxm b8153756d4 Remove embed notifs for me 2017-09-13 03:47:05 -05:00
Phxntxm 9b4fe182e0 Merge branch 'rewrite' of https://github.com/Phxntxm/Bonfire into rewrite 2017-08-10 16:55:06 -05:00
Phxntxm af9eeabe5e Correct implementation of checking hug messages 2017-08-10 16:54:55 -05:00
phxntxm da67359bb3 Correct how to check if default messages should be used 2017-08-08 09:41:52 -05:00
Phxntxm ff60827bdf Use the correct defaulted battles 2017-08-07 13:59:37 -05:00
Phxntxm 7fd4cb5abe Correct how to get the bot attribute 2017-08-06 18:17:31 -05:00
Phxntxm f221a0eee5 Handle an edge case with voice disconnection 2017-08-06 18:15:10 -05:00
Phxntxm 78afa83970 Handle an edge case with voice disconnection 2017-08-06 18:10:59 -05:00
Phxntxm f4ee4e81ae Await the coroutine 2017-08-06 16:26:28 -05:00
Phxntxm 151b3c4ebf Convert the right thing 2017-08-06 16:24:03 -05:00
Phxntxm 0a90b8c05a Convert the right thing 2017-08-06 16:22:14 -05:00
Phxntxm 6facd5794b I don't know how that changed 2017-08-06 16:21:36 -05:00
Phxntxm acc402297b Add the position in the queue to the embed 2017-08-06 16:16:43 -05:00
Phxntxm 43fe8c3a67 Add a message for when everyone is attempted to be hugged/battled 2017-08-06 16:16:30 -05:00
Phxntxm fba57a0747 Allow checking a person's perms 2017-08-06 16:16:14 -05:00
Phxntxm d7f7f326b8 Correct what date to use/correct what colour to use 2017-08-05 14:50:12 -05:00
Phxntxm a6be874cb4 Actually send the embed as an embed 2017-08-05 14:28:11 -05:00
Phxntxm 5affddcd46 Add a userinfo command 2017-08-05 14:27:22 -05:00
Phxntxm aa6f8350db Handle default ExtractionError 2017-08-04 13:59:27 -05:00
Phxntxm 7b2af300c0 Pass required params when erroring 2017-08-04 13:59:10 -05:00
Phxntxm 85d0b8ba74 Check to ensure that the battle/hug message being added is in a valid format 2017-08-04 13:58:57 -05:00
Phxntxm 0fcd51958a Removal of default_channel 2017-07-31 20:39:10 -05:00
Phxntxm 48ac555131 Include AttributeError 2017-07-31 14:23:23 -05:00
Phxntxm fa68cba89a Support for livestreams 2017-07-30 21:48:39 -05:00
Phxntxm d0cacd7334 Ensure settings is an empty dictionary by default 2017-07-30 20:12:36 -05:00
Phxntxm a8d6c0ff31 Correct capitalization of permission 2017-07-30 20:11:32 -05:00
Phxntxm afcbca3e64 Allow server specific battles/hugs 2017-07-30 18:27:19 -05:00
Phxntxm d60ce6122c Correct reference to method 2017-07-29 14:36:52 -05:00
Phxntxm 29bcea3b21 Merge branch 'rewrite' of https://github.com/Phxntxm/Bonfire into rewrite 2017-07-29 14:36:06 -05:00
Phxntxm c1b13be7e0 Sort birthdays by whose is closets 2017-07-29 14:35:51 -05:00
phxntxm 63a7788030 Refresh the entry 2017-07-28 08:43:58 -05:00
phxntxm cbbec95196 Correct the parameters for overwatch 2017-07-28 08:43:34 -05:00
Phxntxm 7c4c7facaa Set the process originally to avoid error's on failed source's cleanups 2017-07-27 19:18:07 -05:00
Phxntxm af8b3bcf29 Check the extractor in case playlist incorrectly returns None (why does this happen...why can't you just be reliable youtube...this data shouldn't be possible....) 2017-07-27 15:27:58 -05:00
Phxntxm 54967acfbd Check both guild and channel permissions 2017-07-27 13:56:12 -05:00
Phxntxm c3e8e0fac6 Check if voice exists before trying to stop it 2017-07-27 13:56:03 -05:00
phxntxm 762bc7c3dc Correct the primary key for raffles 2017-07-27 01:14:49 -05:00
phxntxm 446990f7e5 Change permissions to use guild permissions 2017-07-25 19:06:29 -05:00