cannawen / dota-gsi-discord-bot

Use Dota 2's Game State Integration API to make helpful announcements in a discord voice channel
MIT License
5 stars 2 forks source link

Handle when multiple sounds should be played #19

Closed cannawen closed 1 year ago

cannawen commented 1 year ago

Currently, the last sound to be played wins and clips the previous sound.

I think we should be able to make an audio queue for the bot to play through

[low priority] should we define which sounds are more important (roshan respawn vs bounty rune spawning) to see which is played first? Perhaps assigning each sound an arbitrary value from 0 to 100? wontfix