1
0
Fork 0
mirror of synced 2024-06-29 03:30:57 +12:00
Commit graph

679 commits

Author SHA1 Message Date
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 8e2c343cc1 reset battling in on_ready case there was a disconnect, and this was not cleared when it should be 2016-08-07 07:51:35 -05:00
Phxntxm 44ff02c4ba Added an error exception for NoPrivateMessage 2016-08-07 06:53:41 -05:00
Phxntxm 21806d4a00 Added an error exception for NoPrivateMessage 2016-08-07 06:52:20 -05:00
Phxntxm b13f0c6985 Changed the order of the printing of errors; some errors aren't providing a traceback and causing the actual error to stop printing 2016-08-07 06:49:01 -05:00
Phxntxm 01402384ac Changed the order of the printing of errors; some errors aren't providing a traceback and causing the actual error to stop printing 2016-08-07 06:47:42 -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 f2a486c62f Provided more details printing, by printing the full command upon error 2016-08-06 11:52:15 -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 e64ce2b06c Corrected syntax error on error printing 2016-08-06 09:39:02 -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 6004664bf1 Added a bit more information on errors 2016-08-06 07:16:49 -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