k8thekat / GatekeeperV2

Update to Gatekeeper
GNU General Public License v3.0
27 stars 11 forks source link

Console Channel Issues and Unlink #94

Closed Jamie96ITS closed 10 months ago

Jamie96ITS commented 10 months ago

Setting things up and getting tested, I linked a console to a channel but am not receiving anything in Discord. It sends every Discord message to the console, however. While I investigate and troubleshoot the issue, I discover I'm not sure how to disconnect the console from the channel.

These commands show how to link a channel, but how would one un-link the channel?

https://github.com/k8thekat/GatekeeperV2/blob/d6fa3e323f2f59304d6458cf0be85a83d9bc08e1/COMMANDS.md?plain=1#L150-L157

k8thekat commented 10 months ago

What server type are you trying to get the console from?

Resetting channels is fixed in version 4.6.3 -- Update and the Channel issue will be resolved.

Jamie96ITS commented 10 months ago

Thanks! That seems to have solved that bit.

I found the other was my own fault. My bot role did not have permission to manage Webhooks, which are needed for this function. It seems this is attempted/errors to console rarely and I missed it before.

So that aught to do it then, thanks again!