RickvanLoo / discord-cli

Minimalistic Command-Line Interface for Discord
GNU General Public License v2.0
203 stars 32 forks source link

Add Username->Role map #26

Closed RickvanLoo closed 8 years ago

RickvanLoo commented 8 years ago

Currently the Member struct only returns a string of the Role ID. Which needs a ridiculous amount of API calls and iteration before finally getting the correct Role struct. Let's do that in DiscordState beforehand.