1
0
Fork 0
mirror of synced 2024-06-01 18:29:38 +12:00
Commit graph

153 commits

Author SHA1 Message Date
phxntxm 182eede186 Use new pendulum now method 2018-09-23 17:41:05 -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 e7c2cdceb7 Change database saving, and command reading to not create tasks each time 2018-09-23 01:04:03 -05:00
phxntxm 715274e99e New change_presence use 2018-04-24 17:54:01 -05:00
phxntxm 3f13f6af6d Silently handle a few more errors 2017-11-08 11:00:05 -06:00
Phxntxm dec0875e10 Add Unkown Message to ignored errors 2017-07-15 18:00:41 -05:00
phxntxm e307a5262c Don't log large image errors 2017-07-11 12:54:30 -05:00
phxntxm 75dff5d273 Change the order of the db setting 2017-06-27 21:01:36 -05:00
Phxntxm 7525bd1927 Silently catch internal server errors 2017-06-16 17:03:35 -05:00
phxntxm efc1a3cf6d Database rewrite/User queue creation 2017-06-07 03:30:19 -05:00
Phxntxm 9544ccc425 Set game in initialization; move db_check into a task on startup and not on_ready 2017-05-20 14:45:37 -05:00
Phxntxm 645bfef0b6 Use the actual application info to figure out owner 2017-05-11 19:43:43 -05:00
Phxntxm 86de528733 Update error method to match current version 2017-05-11 18:25:22 -05:00
phxntxm ac8689881d Check if a message should be ignored 2017-04-11 00:22:11 -05:00
Phxntxm 3f2f7e77a3 Catch failures to send messages on exceptions 2017-04-08 21:52:10 -05:00
phxntxm 8f488654c5 Pep8 2017-03-15 22:35:32 -05:00
phxntxm 58eb623a1a Stopped trying to pull from a one indexed list, as we no longer use that in key'd tables 2017-03-08 00:43:40 -06:00
phxntxm b3976c9d8a Convert int ID to a string, as that is required by rethinkdb 2017-03-08 00:28:43 -06:00
phxntxm 0823c19b94 Convert int ID to a string, as that is required by rethinkdb 2017-03-08 00:25:17 -06:00
phxntxm 67d8fedef8 Updated for rewrite: Batch 6 2017-03-07 22:28:30 -06:00
phxntxm c6c7fbf73b Updated server to guild 2017-03-07 17:28:07 -06:00
phxntxm b99318f51b Only accept the context on command completion 2017-03-07 17:26:13 -06:00
phxntxm 3543d205f2 Update for rewrite: Batch 3 2017-03-07 17:18:18 -06:00
Phxntxm 4b4649b0de Updated to work with the rewrite 2017-03-05 14:40:00 -06:00
Phxntxm c86aeef09e Called the new db_check method when the bot is ready 2017-02-25 15:45:59 -06:00
Phxntxm 84acd50042 Added a common exception that's temporary, to stop getting logged 2017-02-12 16:40:28 -06:00
Phxntxm 4d028e6d49 Corrected an error where the message wasn't being detected correctly 2017-01-27 15:42:46 -06:00
Phxntxm 6b4abeb629 Added a check to allow command usage to process in PMs 2017-01-21 20:46:56 -06:00
Phxntxm 6f2a8895d0 Changed logging level to warning 2016-11-12 18:10:22 -06:00
Phxntxm 8199f53102 Stopped recording disabled commands errors 2016-11-11 20:22:35 -06:00
Phxntxm 4db64e0a26 Made sure the game was a kwarg in the new status changing method 2016-11-10 21:15:23 -06:00
Phxntxm 923885b3fb Moved the removing of the help command to the main method 2016-11-10 21:08:01 -06:00
Phxntxm d0effedc6a Removed the default help command; changed change_status to change_presence due to deprecation 2016-11-10 21:02:37 -06:00
phxntxm 32f34e4c8d Stopped the error for sending an empty message from logging 2016-11-01 14:28:47 -05:00
phxntxm 5cd4ad7862 Moved events to their own cog 2016-10-30 23:32:33 -05:00
Phxntxm 280728721e Added extensions to the config file instead of by default 2016-10-30 22:14:30 -05:00
phxntxm 3cc1fa6d34 Loaded the raffle cog by default 2016-10-12 23:53:18 -05:00
Phxntxm 044e977674 Added the da cog as a default cog to load 2016-10-08 14:22:56 -05:00
Phxntxm e57ca780ef Cleaned up the join/leave methods 2016-10-03 20:04:03 -05:00
phxntxm a984f97b21 The command passed to the event was the parent command, and not the command that was actually invoked, for subcommands. We want that for our purposes, so this has been udpated to match 2016-10-01 00:40:03 -05:00
phxntxm 6d92482f50 Corrected how to format the variables 2016-09-30 13:03:30 -05:00
phxntxm e40b03f942 Logging command usage, as it appears to be detecting the parent command for subcommands 2016-09-30 13:02:41 -05:00
phxntxm ef0c4e34aa Corrected how to start command_usage entry 2016-09-29 00:08:17 -05:00
phxntxm 33739621f5 Updated for new saving method 2016-09-28 18:52:33 -05:00
phxntxm 900e8026ee Corrected how to add member/server usage on command completion 2016-09-24 04:55:14 -05:00
Phxntxm 050a3b8d2f Implemented tracking usage of commands 2016-09-23 21:38:58 -05:00
Phxntxm 3aec94a5cc Corrected how to check for permission errors 2016-09-22 20:48:18 -05:00
Phxntxm 85103727d6 Corrected how to check for a 403 error 2016-09-17 20:29:48 -05:00
Phxntxm f4e00298c0 Changed how the errors were detected, to ensure unwanted errors aren't logged 2016-09-11 17:34:28 -05:00
Phxntxm ffd872abc4 Corrected checking to ensure errors are what i want shown 2016-09-09 22:29:18 -05:00