File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ async def _handle_join(self, member: discord.Member) -> None:
156
156
thread = await self .bot .threads .find (recipient = member )
157
157
if not thread :
158
158
return
159
-
159
+
160
160
category = await self .get_useable_appeal_category ()
161
161
embed = discord .Embed (
162
162
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:
240
240
@checks .has_permissions (PermissionLevel .OWNER )
241
241
@appeal_category_management .command (name = "add" )
242
242
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."""
244
244
if appeal_category .id in self .appeal_categories :
245
245
await ctx .send (f":x: { appeal_category } already in the appeal category list." )
246
246
return
You can’t perform that action at this time.
0 commit comments