Change channel to server in roleParams for Server Permissions routes

This commit is contained in:
jack1142
2021-09-06 19:03:09 +02:00
committed by GitHub
parent 310b3b54f1
commit 40afcf8535
+1 -1
View File
@@ -357,7 +357,7 @@ tag("Server Permissions", "Manage permissions for servers");
const roleParams = {
parameters: [
await parameter('channel', 'Channel ID', ref("Id")),
await parameter('server', 'Server ID', ref("Id")),
await parameter('role', 'Role ID', ref("Id"))
]
}