Currently if you need to check a role for permissions the bot is unable to communicate via DM.
This is because we are checking the user details based on their server id.
If we hard code the server ID this isn't an issue but we shouldn't have to do that.
The goal here is allowing DM commands to check roles for permissions without having to hard code the server id. #3
Currently if you need to check a role for permissions the bot is unable to communicate via DM. This is because we are checking the user details based on their server id.
If we hard code the server ID this isn't an issue but we shouldn't have to do that. The goal here is allowing DM commands to check roles for permissions without having to hard code the server id. #3