1
0
Fork 0
mirror of synced 2024-06-02 02:34:32 +12:00
Commit graph

197 commits

Author SHA1 Message Date
Phxntxm f4e79c93ae Fixed syntax error 2016-07-15 11:13:42 -05:00
Phxntxm ef1445314e Fixed syntax error 2016-07-15 11:10:21 -05:00
Phxntxm a12f8ca10b Fixed syntax error 2016-07-15 11:05:41 -05:00
Phxntxm e9f5c88482 Fixed syntax error 2016-07-15 10:59:30 -05:00
Phxntxm ce1077bcd9 Handling testing exception in the cog for now 2016-07-15 10:59:06 -05:00
Phxntxm f94fed38ea Fixed syntax error 2016-07-15 10:18:55 -05:00
Phxntxm 249dac9666 Fixed syntax error 2016-07-15 10:13:11 -05:00
Phxntxm 824715fbd1 Fixed syntax error 2016-07-15 10:11:35 -05:00
Phxntxm 5a1641a9ce Fixed syntax error 2016-07-15 10:10:35 -05:00
Phxntxm dbc4559392 Fixed syntax error 2016-07-15 10:04:03 -05:00
Phxntxm 44e8247841 Fixed syntax error 2016-07-15 10:03:46 -05:00
Phxntxm 70f0021616 Fixed syntax error 2016-07-15 10:02:48 -05:00
Phxntxm 0a5424a54e Fixed syntax error 2016-07-15 09:59:18 -05:00
Phxntxm be3213dbd8 Fixed syntax error 2016-07-15 09:58:39 -05:00
Phxntxm 5ec8603dac Added functionality to add custom permission to commands 2016-07-15 09:58:10 -05:00
Phxntxm fea852ba4e Fixed syntax error 2016-07-15 08:58:28 -05:00
Phxntxm 5a8d7de62d Fixed syntax error 2016-07-15 08:58:07 -05:00
Phxntxm 65f1219fdb Fixed syntax error 2016-07-15 08:56:36 -05:00
Phxntxm 2c9391643e Added error checking for viewing custom permissions 2016-07-15 08:56:13 -05:00
Phxntxm ea4fcdf01f Fixed syntax error 2016-07-15 08:27:55 -05:00
Phxntxm 3ebec94c62 Added perms command; not setup yet, pretty much just a 'pass' at the moment 2016-07-15 08:27:00 -05:00
phxntxm d8ca2de783 Used commands.has_permissions for a couple of my old predicates 2016-07-12 09:17:47 -05:00
Phxntxm 76db201274 Fixed indenting 2016-07-09 14:40:51 -05:00
Phxntxm 7ebb704bdd Added : after method, I always forget those :/ 2016-07-09 14:39:32 -05:00
Phxntxm 64db88544d Changed nsfw commands into subcommands 2016-07-09 14:38:48 -05:00
Phxntxm 4ddd6f6ac7 Added back the say command 2016-07-09 14:14:38 -05:00
Phxntxm 9dbfb66119 Changed a description n mod, added a join command to provide a link to add the bot to another server 2016-07-09 13:27:14 -05:00
Phxntxm 911ac717bd Corrected error handling on unnsfw 2016-07-09 11:54:24 -05:00
Phxntxm eb98570d37 Changed messsage to message. I just wanted lots of s's :c 2016-07-09 11:41:43 -05:00
Phxntxm 28b47d2a13 Properly closed MySQL connections 2016-07-09 11:33:48 -05:00
Phxntxm e95638f2cb Fixed error in unnsfw command 2016-07-09 11:28:18 -05:00
Phxntxm 8cf9b784b7 Fixed error in unnsfw command 2016-07-09 11:27:48 -05:00
Phxntxm 1752c5d9f5 Setup derpi link to search the database instead of the old configuration file. 2016-07-09 11:25:28 -05:00
Phxntxm 65e25b52ff Changed the MySQl connection to disconnect and reconnect on each query, to avoid timeouts 2016-07-09 11:02:33 -05:00
Phxntxm 5de2c9cc5d Returned after printing the channel is already registered as nsfw 2016-07-09 10:41:44 -05:00
Phxntxm c9f1a44667 Imported pymysql so the error would work...derp again 2016-07-09 10:40:46 -05:00
Phxntxm 168aa819a1 Added error checking for an already registered nsfw channel 2016-07-09 10:26:13 -05:00
Phxntxm a112a9173f Changed this to save the channel's ID and not the messages...oops 2016-07-09 10:19:34 -05:00
Phxntxm 2d25c04264 Added a nsfwchannel command to add to the database 'this' channel 2016-07-09 10:17:54 -05:00
Phxntxm e68fa688c4 added cogs. if not included, to make module loading/unloading easier 2016-07-09 10:02:09 -05:00
Phxntxm 26fe9dee67 Fixed error in printing the error 2016-07-09 09:59:21 -05:00
Phxntxm d45b3d4ff2 Added error checking to view the errors on loading, unloading modules 2016-07-09 09:57:57 -05:00
Phxntxm 2923c9c876 Added a load, unload, and reload modules for live use to not need to restart the bot 2016-07-09 09:39:25 -05:00
Phxntxm c00b7d446d Added universal exception handling, removed most exception handling from the commands themselves 2016-07-09 07:57:25 -05:00
phxntxm 14a8222e40 Added class descriptions for cogs; created listboops command 2016-07-08 20:59:10 -05:00
phxntxm 1f8b380b62 Added cog setup function in mod cog 2016-07-08 20:31:18 -05:00
phxntxm 2bde1ce936 Complete modification to use cogs 2016-07-08 20:27:19 -05:00