mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 09:21:25 +03:00
"remove" command
This commit is contained in:
@@ -303,7 +303,24 @@
|
||||
},
|
||||
"description": "Remove a member from a ticket",
|
||||
"name": "remove",
|
||||
"response": {}
|
||||
"response": {
|
||||
"removed": {
|
||||
"description": "%s has been removed from %s.",
|
||||
"title": "✅ Member removed"
|
||||
},
|
||||
"no_member": {
|
||||
"description": "Please mention the member you want to remove.",
|
||||
"title": "❌ Unknown member"
|
||||
},
|
||||
"no_permission": {
|
||||
"description": "You are not the creator of this ticket and you are not a staff member; you can't remove members from this ticket.",
|
||||
"title": "❌ Insufficient permission"
|
||||
},
|
||||
"not_a_ticket": {
|
||||
"description": "Please use this command in the ticket channel, or mention the channel.",
|
||||
"title": "❌ This isn't a ticket channel"
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"aliases": {
|
||||
@@ -374,6 +391,10 @@
|
||||
"description": "%s has been added by %s",
|
||||
"title": "Member added"
|
||||
},
|
||||
"member_removed": {
|
||||
"description": "%s has been removed by %s",
|
||||
"title": "Member removed"
|
||||
},
|
||||
"released": {
|
||||
"description": "%s has released this ticket.",
|
||||
"title": "✅ Ticket released"
|
||||
|
Reference in New Issue
Block a user