Skip to content

Commit

Permalink
channel permissions update
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Apr 28, 2024
1 parent 2f97cd0 commit 4159aae
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions langs/en_gb/bot/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,19 @@
"channelUpdated": {
"title": "Channel Modified",
"description": "{channel} was modified by {executor}"
},
"channelOverwriteCreate": {
"title": "Channel Permissions Added",
"description": "{executor} added permissions to {channel} for {special}"
},
"channelOverwriteDelete": {
"title": "Channel Permissions Removed",
"description": "{executor} removed permissions from {channel} for {special}"
},
"channelOverwriteUpdate": {
"title": "Channel Permissions Updated",
"description": "{executor} updated permissions for {channel} for {special}",
"newPermissions": "New Permissions",
"viewFullNewPermissions": "View Full New Permissions"
}
}
14 changes: 14 additions & 0 deletions langs/en_pr/bot/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,19 @@
"channelUpdated": {
"title": "Channel Modified",
"description": "{channel} was modified by {executor}"
},
"channelOverwriteCreate": {
"title": "Channel Permissions Added",
"description": "{executor} added permissions to {channel} for {special}"
},
"channelOverwriteDelete": {
"title": "Channel Permissions Removed",
"description": "{executor} removed permissions from {channel} for {special}"
},
"channelOverwriteUpdate": {
"title": "Channel Permissions Updated",
"description": "{executor} updated permissions for {channel} for {special}",
"newPermissions": "New Permissions",
"viewFullNewPermissions": "View Full New Permissions"
}
}
14 changes: 14 additions & 0 deletions langs/en_us/bot/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,19 @@
"channelUpdated": {
"title": "Channel Modified",
"description": "{channel} was modified by {executor}"
},
"channelOverwriteCreate": {
"title": "Channel Permissions Added",
"description": "{executor} added permissions to {channel} for {special}"
},
"channelOverwriteDelete": {
"title": "Channel Permissions Removed",
"description": "{executor} removed permissions from {channel} for {special}"
},
"channelOverwriteUpdate": {
"title": "Channel Permissions Updated",
"description": "{executor} updated permissions for {channel} for {special}",
"newPermissions": "New Permissions",
"viewFullNewPermissions": "View Full New Permissions"
}
}

0 comments on commit 4159aae

Please sign in to comment.