Skip to content

Commit 340b26a

Browse files
docs: Correct "ignored categories" to "appeal categories"
1 parent 5f9c135 commit 340b26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ban_appeals/ban_appeals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ async def _handle_join(self, member: discord.Member) -> None:
156156
thread = await self.bot.threads.find(recipient=member)
157157
if not thread:
158158
return
159-
159+
160160
category = await self.get_useable_appeal_category()
161161
embed = discord.Embed(
162162
description=f"Moving thread to `{category}` category since recipient has joined the appeals server.",
@@ -240,7 +240,7 @@ async def get_categories(self, ctx: commands.Context) -> None:
240240
@checks.has_permissions(PermissionLevel.OWNER)
241241
@appeal_category_management.command(name="add")
242242
async def add_category(self, ctx: commands.Context, appeal_category: discord.CategoryChannel) -> None:
243-
"""Add a category to the list of ignored categories."""
243+
"""Add a category to the list of appeal categories."""
244244
if appeal_category.id in self.appeal_categories:
245245
await ctx.send(f":x: {appeal_category} already in the appeal category list.")
246246
return

0 commit comments

Comments
 (0)