fix: permission lists show wrong permissions (#603)

This commit is contained in:
Jan
2022-05-07 22:31:18 +02:00
committed by GitHub
parent 84cafb2c69
commit 58c8fc79f4
2 changed files with 3 additions and 1 deletions

View File

@@ -105,11 +105,12 @@ export default observer(({ channel }: Props) => {
"ReadMessageHistory",
"SendMessage",
"ManageMessages",
"ManageWebhooks",
"InviteOthers",
"SendEmbeds",
"UploadFiles",
"Masquerade",
"ManageChannel",
"ManagePermissions",
]}
target={channel}
/>