Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tickets/commands/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async def category(
if not category.permissions_for(ctx.me).manage_channels:
return await ctx.send(_("I need the `manage channels` permission to set this category"))
if not category.permissions_for(ctx.me).manage_permissions:
return await ctx.send(_("I need `manage roles` enabled in this category"))
return await ctx.send(_("I need the `manage permissions` permission to set this category"))
if not category.permissions_for(ctx.me).attach_files:
return await ctx.send(_("I need the `attach files` permission to set this category"))
if not category.permissions_for(ctx.me).view_channel:
Expand Down