We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c9823 commit 339f1edCopy full SHA for 339f1ed
assistant/assistant.py
@@ -56,7 +56,7 @@ class Assistant(
56
"""
57
58
__author__ = "[vertyco](https://github.com/vertyco/vrt-cogs)"
59
- __version__ = "6.18.10"
+ __version__ = "6.18.11"
60
61
def format_help_for_context(self, ctx):
62
helpcmd = super().format_help_for_context(ctx)
assistant/common/constants.py
@@ -284,6 +284,7 @@
284
".pde",
285
".spec",
286
".sql",
287
+ ".log",
288
]
289
LOADING = "https://i.imgur.com/l3p6EMX.gif"
290
REACT_SUMMARY_MESSAGE = """
0 commit comments