RickvanLoo / discord-cli

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

Change Messages data structure #14

Closed RickvanLoo closed 8 years ago

RickvanLoo commented 8 years ago

Currently Messages are being stored inside a map[string]*discordgo.Message The order is random, sorting takes too long. Make it a queue.