Skip to content

Commit 339f1ed

Browse files
committed
Assistant - add log extension to readable files
1 parent 11c9823 commit 339f1ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assistant/assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Assistant(
5656
"""
5757

5858
__author__ = "[vertyco](https://github.com/vertyco/vrt-cogs)"
59-
__version__ = "6.18.10"
59+
__version__ = "6.18.11"
6060

6161
def format_help_for_context(self, ctx):
6262
helpcmd = super().format_help_for_context(ctx)

assistant/common/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
".pde",
285285
".spec",
286286
".sql",
287+
".log",
287288
]
288289
LOADING = "https://i.imgur.com/l3p6EMX.gif"
289290
REACT_SUMMARY_MESSAGE = """

0 commit comments

Comments
 (0)