Closed snaggo closed 1 year ago
Hey thanks for this report. These issues have been addressed on my devtesting
branch and will be coming to main
hopefully soon.
Much appreciated for the report.
Closing Issue as this has been fixed in v4.4.8 -> https://github.com/k8thekat/GatekeeperV2/commit/bc73355e879f4b6df0296e9a109f4e350234fab7
The whitelist feature is not working properly for me. Only Discord admins can request a whitelist, although permissions are set to "custom" and everyone is granted the "whitelist.request" permission.
A standard user can run the command, but only gets a "Handling your request, please wait..." response from the bot. At this point the request fails. The logs show the following output:
When requesting the whitelist by an admin user, the request is executed correctly and the approval request appears in the specified channel. However, if the request is then accepted, the execution fails again and the following error appears in the logs:
Rejecting the request works fine.
Interestingly, the same problem occurs with another MC server, but with a different error message:
The error appears on both fabric servers and completely new vanilla servers.
It should be noted that the channels responsible for whitelisting on the Discord server are private channels. However, the bot definitely has the rights to these channels. He can also post the approval requests there.