Allow linking in a chat channel in discord serverSolved

To prevent scqm bots senbding pm's to my discord members, I disable the PM function for server members.

This results in the bot being unusable since players can not DM him.

Would be a nice fix if we could set a discord channel in config where the bot will check for new verify codes.

 

Thanks

I have been able to add this change to the code myself, just added a config value with channel id and then where in the code it checks if it is a DM, I perform a extra step to see if it is in this channel, if it is no DM. If so it can continue the normal procedure.

Locked automatically