You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log("^1WARNING: The resource name is not DiscordAPI. Unless this is intentional, please change the resource name to DiscordAPI.")
8
+
end
9
+
10
+
ifnotIsPrincipalAceAllowed(principal, "command.add_principal") then
11
+
Log("^1WARNING: DiscordAPI is missing the 'command.add_principal' permission. The resource may not function as intended. Please grant this permission in the server.cfg.")
12
+
end
13
+
14
+
ifnotIsPrincipalAceAllowed(principal, "command.add_ace") then
15
+
Log("^1WARNING: DiscordAPI is missing the 'command.add_ace' permission. The resource may not function as intended. PPlease grant this permission in the server.cfg.")
16
+
end
17
+
18
+
ifnotIsPrincipalAceAllowed(principal, "command.remove_principal") then
19
+
Log("^1WARNING: DiscordAPI is missing the 'command.remove_principal' permission. The resource may not function as intended. Please grant this permission in the server.cfg.")
20
+
end
21
+
22
+
ifnotIsPrincipalAceAllowed(principal, "command.remove_ace") then
23
+
Log("^1WARNING: DiscordAPI is missing the 'command.remove_ace' permission. The resource may not function as intended. Please grant this permission in the server.cfg.")
0 commit comments