SignalsEverywhere / SignalsEverywhere_Services

A Discord bot to provide various services to SignalsEverywhere members.
2 stars 0 forks source link

Checking roles without a server ID #4

Open KR0SIV opened 6 years ago

KR0SIV commented 6 years ago

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

KR0SIV commented 6 years ago

This issue will be resolved once we move to Discordpy 1.0.0.0a and this will be closed once that update has been committed.