We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ded1a commit 8094b01Copy full SHA for 8094b01
1 file changed
cogs/archive.py
@@ -39,7 +39,7 @@ async def autocomplete_get_categories(
39
"""
40
Autocomplete callable that generates the set of available selectable categories.
41
42
- The list of categories only includes those that do not contain the word "archive".
+ The set of selectable categories only includes those that do not contain the word "archive".
43
44
try:
45
main_guild: discord.Guild = ctx.bot.main_guild
0 commit comments