1
0
Fork 0
mirror of synced 2024-06-28 19:20:34 +12:00
Commit graph

675 commits

Author SHA1 Message Date
Phxntxm 17efd844b2 Corrected issue when middle is not given 2016-08-14 15:31:05 -05:00
Phxntxm 97232c3fe5 Added required invoke_without_command 2016-08-14 15:28:01 -05:00
Phxntxm eb0ab49b15 Made start a subcommand 2016-08-14 15:26:55 -05:00
Phxntxm f3c1c2b335 Added required ctx paramater 2016-08-14 15:25:38 -05:00
Phxntxm 22b71c0528 Added required setup function 2016-08-14 15:24:31 -05:00
Phxntxm e4765a5485 Corrected syntax error 2016-08-14 15:23:50 -05:00
Phxntxm c7bd4eaf21 Corrected syntax error 2016-08-14 15:23:17 -05:00
Phxntxm 0957318142 Created a cog for tictactoe 2016-08-14 15:22:33 -05:00
Phxntxm 28019bd250 Corrected issue where aliased commands would fail to check 2016-08-14 13:53:45 -05:00
phxntxm bf408dc60f Corrected error upon removing with no id passed 2016-08-14 00:46:58 -05:00
phxntxm 595496103b Printed a message when a poll is remvoed 2016-08-14 00:42:57 -05:00
phxntxm c77a55cf80 Added the ability to remove a strawpoll 2016-08-14 00:41:05 -05:00
phxntxm 74130cdfbe Corrected printing of when the poll was created 2016-08-14 00:19:18 -05:00
phxntxm c585d3068a Corrected saving a member 2016-08-14 00:18:08 -05:00
phxntxm a0cfcd8c92 Corrected printing of options list 2016-08-14 00:14:41 -05:00
phxntxm 51438fdde5 Corrected issue where post headers were being sent on get requests 2016-08-14 00:10:51 -05:00
Phxntxm d29bad3ea0 removed unload function 2016-08-13 23:05:26 -05:00
Phxntxm ca52ec25b9 Corrected printing of polls 2016-08-13 23:05:06 -05:00
Phxntxm dbf3a5df5e Corrected printing of polls 2016-08-13 23:04:25 -05:00
Phxntxm 1899618b81 Corrected printing of polls 2016-08-13 23:01:25 -05:00
Phxntxm 0b67796c8d Corrected printing of the polls 2016-08-13 22:56:44 -05:00
Phxntxm 009d161474 Corrected error where a pendulum object was attempted to be serialzed 2016-08-13 22:53:43 -05:00
Phxntxm c61838886a Changed up config, to error out in case incorrect data was provided 2016-08-13 22:52:55 -05:00
Phxntxm dbea3e89d9 Corrected how the author was saved 2016-08-13 22:31:35 -05:00
Phxntxm 3e3a459637 Added default dictionary if nothing is loaded 2016-08-13 22:29:36 -05:00
Phxntxm 07c8f286a2 Added the ability to save strawpolls per server 2016-08-13 22:27:12 -05:00
Phxntxm 55bb3ad2c5 Corrected error where a blank option would be submitted 2016-08-13 22:18:43 -05:00
Phxntxm ff82f250d3 Removed headers from the session, as that wasn't needed 2016-08-13 21:57:34 -05:00
Phxntxm 82709c9b5f imported missing module 2016-08-13 21:50:18 -05:00
Phxntxm aea37395eb moving setup to the top to test 2016-08-13 21:33:12 -05:00
Phxntxm a38c03c2f3 Modifying setup 2016-08-13 21:24:19 -05:00
Phxntxm 1bb4c96fae Moved setup function to see if that fixes the error 2016-08-13 21:20:30 -05:00
Phxntxm 1458e3b4e9 Removed traceback printing 2016-08-13 21:10:53 -05:00
Phxntxm f58e1290c7 Printing traceback for loading, as it doesn't seem to be working 2016-08-13 20:58:10 -05:00
Phxntxm 9394f4ebeb Printing traceback for loading, as it doesn't seem to be working 2016-08-13 20:55:55 -05:00
Phxntxm 893af0e0cc Printing traceback for loading, as it doesn't seem to be working 2016-08-13 20:55:12 -05:00
Phxntxm 89d5bd9a22 Corrected error in comprehension 2016-08-13 20:53:01 -05:00
Phxntxm 80ff6b31be Corrected syntax error 2016-08-13 20:49:58 -05:00
Phxntxm 10a1c87e0e Added required setup method 2016-08-13 20:48:08 -05:00
Phxntxm c40d3e9fe5 Corrected syntax error 2016-08-13 20:47:18 -05:00
Phxntxm 3262abe24f Added a strawpoll cog 2016-08-13 20:46:47 -05:00
Phxntxm 3c2edcca68 Removed the test command 2016-08-13 20:44:32 -05:00
Phxntxm 6794eefbc2 Adding a test command to test message matching 2016-08-13 20:43:35 -05:00
Phxntxm 58d87ceba9 I forgot an await.... 2016-08-13 17:48:49 -05:00
Phxntxm b418d91d31 Corrected what should be added to the 'author' list 2016-08-13 17:48:13 -05:00
Phxntxm e63bbcd70b Added a missing import 2016-08-13 17:46:45 -05:00
Phxntxm f1a88015b3 Added an information command to print some information about the bot 2016-08-13 17:46:15 -05:00
Phxntxm 881ac09ab7 Removed checking for saving returns True, as this is no longer valid 2016-08-13 15:16:52 -05:00
Phxntxm 2f9b75f5d7 Changed random generating to use SystemRandom, for better random numbers 2016-08-13 14:58:47 -05:00
Phxntxm aaa63a7c27 Changed variable name to not interfere with the method name 2016-08-12 19:38:56 -05:00
Phxntxm b8b923a7a9 Corrected the glob checking 2016-08-12 18:54:37 -05:00
Phxntxm d14df8e3ea Corrected how to create the config.json file if it does not exist 2016-08-12 14:52:44 -05:00
Phxntxm c95bdcbd96 Changed up saving content, as this sometimes caused the config file to be completely erased 2016-08-12 14:38:59 -05:00
Phxntxm 600a704e8b Corrected error where no nsfw_channel was found 2016-08-12 14:32:38 -05:00
phxntxm f8b767eb1c Changes made for pep8 2016-08-12 12:37:29 -05:00
Phxntxm a65c1b8f9c Using relative pathing; also adding failure messages upon attempting to run the bot without a valid config.yml file 2016-08-11 21:14:30 -05:00
Phxntxm 89ca7b0469 Changed pathing to relative pathing 2016-08-11 21:13:35 -05:00
Phxntxm dee1b616f2 Changed which endpoint was checked, so there's no need to make an http request for every user to check if they are online 2016-08-11 14:33:19 -05:00
Phxntxm 0f1e566b04 Corrected syntax error 2016-08-11 14:04:25 -05:00
Phxntxm 12f8fb3964 Corrected which channel's ID's are saved 2016-08-11 14:02:47 -05:00
Phxntxm 31459b8f18 corrected syntax error 2016-08-11 14:00:55 -05:00
Phxntxm d906b46daf Changed notifications settings so that a mod can set a certain channel, for all notifications 2016-08-11 14:00:24 -05:00
phxntxm dc257e9072 Corrected error when the wrong key was searched 2016-08-10 10:23:15 -05:00
phxntxm 23901ed148 Removed pass, might have been causing the issue with checking if someone has gone live 2016-08-10 10:20:58 -05:00
phxntxm 2b4b467c55 Changed the picarto settings, to allow multiple servers to be notified 2016-08-09 23:46:28 -05:00
phxntxm 08518e3beb Made updates to add a default dictionary/list if one was not found in the config file 2016-08-09 21:13:53 -05:00
phxntxm e07bc8359e Removed error printing, changed up how the name is printed 2016-08-08 18:43:18 -05:00
phxntxm e7b4f1c980 Printing error, as the checking for online isn't working for picarto 2016-08-08 18:40:52 -05:00
phxntxm 3a857b641f Changed the notification method name 2016-08-08 18:32:33 -05:00
Phxntxm 8b6aea195f Uncommented the check to see if someone has gone online 2016-08-08 17:26:44 -05:00
Phxntxm 9abe4f1d00 Changed descrption when adding a picarto URL, to make it clear the channel will be the one notified 2016-08-08 17:21:50 -05:00
Phxntxm bdc66075a2 Changed where the bot sends a message, based on the channel saved 2016-08-08 17:21:04 -05:00
Phxntxm 01ab4b8861 Corrected the discord object 2016-08-08 17:15:17 -05:00
Phxntxm 6538ab0651 Added the ability to change which channel is notified whne you go live 2016-08-08 17:10:07 -05:00
Phxntxm c3d66e60b4 Added a loop to check if someone has gone live on Picarto 2016-08-08 16:53:29 -05:00
Phxntxm 62f78b6ee0 Saved the content when changing notifications 2016-08-08 16:50:50 -05:00
Phxntxm 92678a6344 Saved the content when changing notifications 2016-08-08 16:50:29 -05:00
Phxntxm b1e0d05137 Added notification commands, and the ability to remove picarto URL's 2016-08-08 16:48:59 -05:00
Phxntxm 125eb1895c Changed when to title and replace _, as it was affecting more than I wanted 2016-08-08 16:46:02 -05:00
Phxntxm 3ebe96ef43 Added social_urls to the list of things to print 2016-08-08 16:44:58 -05:00
Phxntxm 906d31bdb3 Corrected the URL checked 2016-08-08 16:40:26 -05:00
Phxntxm ff7e5ddee4 Corrected the URL checked 2016-08-08 16:39:50 -05:00
Phxntxm 7bec2d260a Fixed error where the url was not being retrieved 2016-08-08 16:37:44 -05:00
Phxntxm 57c17bd952 Imported needed module 2016-08-08 16:35:51 -05:00
Phxntxm a0b50c880c Corrected member paramater 2016-08-08 16:35:15 -05:00
Phxntxm 0eee1bf40b Added the ability to add a picarto url, and view stats about one 2016-08-08 16:28:32 -05:00
Phxntxm 4a551a4258 Added the ability to add a picarto url, and view stats about one 2016-08-08 16:27:46 -05:00
Phxntxm 3b9818adde Added an extra check to the derpi command, verifying if a search found results 2016-08-08 13:44:03 -05:00
Phxntxm 094f2ad2b6 Added a picarto cog 2016-08-07 15:20:43 -05:00
Phxntxm 9d116f7890 Added a purge command 2016-08-07 14:26:44 -05:00
Phxntxm 1002dcc9a8 Added a snek command 2016-08-07 13:04:52 -05:00
Phxntxm ff3d62093a Added the aliases to the right method this time 2016-08-07 09:03:36 -05:00
Phxntxm 7969d65578 Added an alias 'invite' to the addbot command 2016-08-07 09:02:35 -05:00
Phxntxm 370c2e02b1 Changed the order of operations, in case the bot doesn't have permissions to delete/send a message 2016-08-07 08:55:35 -05:00
Phxntxm 425cf30965 Changed the order of operations, in case the bot doesn't have permissions to delete/send a message 2016-08-07 08:46:30 -05:00
phxntxm 1cea255d83 Pep8 updates 2016-08-06 17:20:23 -05:00
phxntxm b5df9ce404 Changed uptime to use pendulum instead of datetime 2016-08-06 17:20:16 -05:00
Phxntxm f974acca92 Added an extra newline to the printing of the queue 2016-08-06 10:25:38 -05:00
Phxntxm 07499611f3 Removed extra ] 2016-08-06 09:50:23 -05:00
Phxntxm d6fd844f92 corrected error where the wrong class was being checked for duration 2016-08-06 09:43:09 -05:00
Phxntxm 2d96f351c7 Removed the leave command 2016-08-06 09:11:40 -05:00
Phxntxm a575baf5e1 Added a second error check in case response is not valid json text 2016-08-06 08:56:02 -05:00
Phxntxm 3eb79a073b Added an ETA message to estimate the next song in the queue that's yours 2016-08-06 08:09:24 -05:00
Phxntxm 23f01d0e1c Added a check to see if the person requesting a song is in the channel the bot is in 2016-08-06 07:35:59 -05:00
Phxntxm 6b161692a4 Added a check for if a queue was empty, when printing the queue 2016-08-06 07:27:08 -05:00
Phxntxm 0998e85950 Fixed error where 'None' song would print, when no songs are playing 2016-08-06 06:55:32 -05:00
Phxntxm d729decf14 Changed say to send_message, as for some reason the channel was not being resolved automatically 2016-08-06 06:50:28 -05:00
phxntxm 3357e5a9f0 Corrected error when printing the queue 2016-08-05 19:55:44 -05:00
phxntxm 796ae55ffd Imported re for regex use 2016-08-05 17:00:16 -05:00
Phxntxm 3deed243ce Added a kdr to overwatch stats, when a hero is presented 2016-08-05 10:45:43 -05:00
Phxntxm a85082a876 Corrected error where only the author was searched instead of the user 2016-08-05 10:23:59 -05:00
Phxntxm d137884b5b Changed up error checking for if a hero isn't found/not used 2016-08-05 10:15:40 -05:00
Phxntxm 17e78cd38e Changed up error checking for if a hero isn't found/not used 2016-08-05 10:15:08 -05:00
Phxntxm 34e0496e36 Changed up error checking for if a hero isn't found/not used 2016-08-05 10:14:04 -05:00
Phxntxm 2e775e12d4 Changed up the base URL for overwatch 2016-08-05 10:01:06 -05:00
Phxntxm 5beeff465f Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2016-08-05 08:45:34 -05:00
Phxntxm ca596a99a3 Provided a queue command to print the current queue 2016-08-05 08:45:20 -05:00
phxntxm 05ba41b493 Removed alias that clashed with a previous command 2016-08-04 16:41:19 -05:00
Phxntxm 4d24fac25d Stopped the bot from sending a message if there was an owner when loading/unloading a module 2016-08-04 13:31:09 -05:00
Phxntxm c2f2e6816d Added error checking in loading and unloading a module 2016-08-04 13:29:45 -05:00
Phxntxm ecf36d59c9 Added an error checking in case a tag was provided in the incorrect format 2016-08-04 10:49:24 -05:00
Phxntxm 567162268b Added an error checking in case a tag was provided in the incorrect format 2016-08-04 10:47:34 -05:00
Phxntxm c907f76ac8 Removed a loss for some who declines to battle 2016-08-04 10:20:28 -05:00
Phxntxm 3d83374424 Added the abilty to have multiple server ID's, if that ever happens 2016-08-04 09:30:34 -05:00
Phxntxm f6bdf056e5 Added an alias for the link to add Bonfire to a server 2016-08-04 09:30:18 -05:00
Phxntxm 7d1890ab59 Removed the ability to execute some commands via PM 2016-08-04 07:10:17 -05:00
phxntxm c975e2b50c Printing out the time left when a command is on cooldown 2016-08-03 20:31:38 -05:00
phxntxm c2a24887e9 Added an error checking for unsupported URL's 2016-08-03 20:00:46 -05:00
Phxntxm 1c5bdaf5cc Added the required permission of kick_members to the notification change command 2016-08-01 11:18:31 -05:00
Phxntxm 8e30e32f8b Added the ability to change user notifications 2016-08-01 11:10:20 -05:00
Phxntxm 95b28f87c1 Updated debug command to print an error 2016-08-01 10:31:21 -05:00
Phxntxm 2e7906fd4a Updated debug command to print an error 2016-08-01 10:28:16 -05:00
Phxntxm 23bdd8d448 Added a cog to update the information from bots.discord.pw 2016-08-01 08:53:46 -05:00
Phxntxm 6e163eb080 Removed printing of invalid commands 2016-08-01 08:06:11 -05:00
phxntxm 3b3650d6b2 Have the bot send a message once a role is removed 2016-07-31 16:54:44 -05:00
phxntxm d57b695ef0 Flushed out error checking for all role commands 2016-07-31 16:52:29 -05:00
phxntxm 3faae46b44 Changed up the name of the method to delete roles 2016-07-31 16:36:24 -05:00
phxntxm 5114a6088a Removed a duplicate alias 2016-07-31 16:28:58 -05:00
phxntxm 432bf2de6d Removed duplicate method 2016-07-31 16:28:32 -05:00
phxntxm 0b8c63ccb9 Added the ability to delete roles from the server, and remove roles from a member 2016-07-31 16:26:54 -05:00
phxntxm 3f79d6bd5b Added the ability to add roles to members 2016-07-31 16:14:29 -05:00
phxntxm 3b39a1dc65 Added the ability to add roles to members 2016-07-31 16:12:21 -05:00
phxntxm 7132d14815 Added the ability to add roles to members 2016-07-31 16:11:02 -05:00
phxntxm 118a567c4d Added the ability to add roles to members 2016-07-31 16:09:41 -05:00
phxntxm 4c656d4f2c Added the ability to add roles to members 2016-07-31 16:06:46 -05:00
Phxntxm 82337629fe Added the ability to add a role to members 2016-07-31 15:30:55 -05:00
Phxntxm 5a38a63a9a Added the ability to remove a role from the server 2016-07-31 15:04:51 -05:00
Phxntxm 32c8db7d38 Added the ability to remove a role from the server 2016-07-31 15:03:34 -05:00
Phxntxm db7124503b Added the ability to remove a role from the server 2016-07-31 15:02:51 -05:00
Phxntxm ddbff0f8a4 Added the ability to remove a role from the server 2016-07-31 14:57:52 -05:00