1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2025-03-13 09:06:25 +00:00
Commit graph

56 commits

Author SHA1 Message Date
Myned
4191ea1ce3 Remove error suppression 2019-09-23 02:04:49 -04:00
Myned
2741d893dc Temporary fix for callable exception 2019-09-17 04:06:55 -04:00
Myned
e3b73a6237 Convert to discord.py main release 2019-09-17 02:56:22 -04:00
Myned
1a014d4e65 Remove extraneous testing code and clean formatting 2019-09-16 18:44:30 -04:00
Myned
7b9a62af45 Change formatting 2019-02-19 23:09:57 -05:00
Myned
073127c789 Add back ignoring of command errors 2019-02-19 23:09:32 -05:00
Myned
44dca56fd0 Remove unnecessary exit logic 2019-02-19 23:09:01 -05:00
Myned
08a9d28739 Remove info_channel 2019-02-19 23:07:31 -05:00
Myned
dc0142a29e Remove OS-dependent notifications 2019-02-19 23:06:52 -05:00
Myned
cbd137c1e1 Remove command error catching for better debugging 2019-01-03 18:07:15 -05:00
Myned
88fda1701e Fix inability to start bot if not in owner server 2019-01-03 18:06:56 -05:00
Myned
2a3f4d99f7 Add block command group 2019-01-03 18:03:56 -05:00
Dylan Dizon
88e173efa2 Add minimal error catching for command invocations 2018-11-26 20:02:49 -05:00
Dylan Dizon
7dce8f2d3c Add helper method to catch reaction NotFounds 2018-11-26 20:01:44 -05:00
Dylan Dizon
82fb640fc1 Fix bot exiting on NotFound errors within on_command_error 2018-11-26 18:53:23 -05:00
Dylan Dizon
b26384dbcf Add command cooldowns for booru cog 2018-11-15 19:59:28 -05:00
Dylan Dizon
540549def2 Remove user ping in channel error log 2018-11-15 15:33:06 -05:00
Dylan Dizon
8f103d0f27 Revert migration to destination resolving
Better implementation will be added in the future
2018-11-06 23:54:55 -05:00
Dylan Dizon
3f79a77601 Disable check mark on command completion 2018-11-06 16:29:26 -05:00
Dylan Dizon
1c5f2b39a0 Fix missing permissions exception from being thrown to the enduser 2018-11-06 15:49:00 -05:00
Dylan Dizon
a93cd158fa Add suppressing of permissions exception for cmd_completion reactions 2018-11-06 15:21:31 -05:00
Dylan Dizon
d512a6e879 Fix exception reference in on_error event 2018-11-06 13:24:31 -05:00
Dylan Dizon
8c4da80d6c Remove all delete_after timers, will refactor later 2018-11-06 02:55:08 -05:00
Dylan Dizon
9c4223d0f5 Fix logic error 2018-11-03 17:07:48 -04:00
Dylan Dizon
55c97ae356 Remove deprecated name argument 2018-11-03 17:06:56 -04:00
Dylan Dizon
c7fd155939 Add sending of reconnect message to owner 2018-09-05 22:03:54 -04:00
Myned
72055d5eb5 Fix deprecated parameter 2018-09-03 22:18:41 -04:00
Myned
9ea9c23426 Fix error reporting 2018-06-14 21:24:52 -04:00
Myned
a732f4e8e2 Fix for discord.py upgrade 2018-06-14 21:16:54 -04:00
Myned
32dafac469 Fix error logs not showing channel 2018-05-11 12:35:15 -04:00
Myned
5f3c313fe1 Fix DMChannel error reporting 2018-04-22 07:07:42 -04:00
Myned
53a6e6c90a Remove custom character limit for errors
Leads to frequent fatal errors
2018-04-19 22:39:00 -04:00
Myned
4207cc1af1 Fix formatting 2018-04-12 19:12:29 -04:00
Myned
2fd70139d0 Uncomment test confirmation 2018-04-12 19:11:05 -04:00
Myned
0747b51db7 Change cogs dict to be global for a new on_ready to access 2018-04-01 16:04:34 -04:00
Myned
bab0900fde Add assignment of cogs to manageable variables 2018-04-01 07:29:27 -04:00
Myned
00be044033 Fix referencing error 2018-03-31 17:47:38 -04:00
Myned
313dda5096 WIP fix for reconnection issues 2018-03-31 16:37:05 -04:00
Myned
1c1ecf9d6b Add MissingRequiredArgument and BadArgument to on_command_error 2018-01-14 01:26:13 -05:00
Myned
b433ea6273 Change delete_after to 7 secs in on_command_error output 2018-01-14 01:25:49 -05:00
Myned
ba9f5f3ac2 Add ping-like test command 2018-01-14 01:25:18 -05:00
Myned
e64866cb4b Unloaded music cog from imports 2017-12-31 22:17:18 -05:00
Myned
7ac6653353 WIP del_response setting 2017-12-31 21:26:08 -05:00
Myned
4c58a9e1a7 WIP music cog 2017-12-31 21:22:38 -05:00
Myned
b8b0637c8a Fixed error message TypeError 2017-12-21 22:40:34 -05:00
Myned
0f60985c78 Removed on_ready testing 2017-12-21 22:39:44 -05:00
Myned
a3d9ac81d9 WIP Help command rework 2017-12-21 22:38:59 -05:00
Myned
5d64aaf55c Added minimal logging of NotFound errors 2017-12-10 17:18:37 -05:00
Myned
700044b9b8 Tweaked initial help info 2017-12-10 17:13:38 -05:00
Myned
8cbf4a90f8 Added logging of reconnection, and skipping over on_ready() 2017-12-08 21:55:33 -05:00