RickvanLoo / discord-cli

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

Change data structure Channels and Guilds #15

Closed RickvanLoo closed 8 years ago

RickvanLoo commented 8 years ago

Channels and Guilds don't need fast switching and the random order is quite irritating.

map[string]*discordgo.Channel => []*discordgo.Channel

RickvanLoo commented 8 years ago

Not a Master Issue, closed