Jonathanzhao02 / Snowboy

0 stars 0 forks source link

Major bug fixes, new commands, other stuff. #33

Closed Jonathanzhao02 closed 4 years ago

Jonathanzhao02 commented 4 years ago

Changed dashboard to use child-process communication instead of IPC. Added map support to forEachAsync. Added isEmpty and extractProperty methods to Functions, currently unused. Added broadcast command to dashboard. Added new invite command. Added new repeat command. Added new poll command. Refactored Guilds => Clients. Refactored Youtube functions => Youtube.js under bot-util. Refactored YtHelper => SongQueuer. Refactored SnowClient to extend EventEmitter instead of having one. Fixed text channel binding disallowing Snowboy to reply to messages in the same channel. Fixed permission checking. Fixed join command greeting user too early. Fixed multiple crashes. Miscellaneous code cleanup.