1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2025-01-19 22:25:20 +00:00
Commit graph

38 commits

Author SHA1 Message Date
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
Myned
f7728b2d1e Hopefully implemented correct version of on_ready catching 2017-12-08 21:47:49 -05:00
Myned
d41c7d0f06 Fixed mistaken referencing 2017-12-08 21:43:14 -05:00
Myned
cecb3a8af8 Added on_ready() error catching 2017-12-08 21:40:34 -05:00
Myned
a2190c0267 ClientException testing for on_ready() error catching 2017-12-08 18:32:24 -05:00
Myned
57fbdd5abd Fixed Context being referenced without message 2017-12-07 20:35:47 -05:00
Myned
186bb0f68f Removed unneeded main folder 2017-12-05 06:34:43 -05:00
Renamed from src/main/run.py (Browse further)