Fiddlekins / podbot

A Discord bot designed to record voice chat audio, aimed at recording a specific podcast
82 stars 16 forks source link

Add some requisite error handling, optional game parameter for bot #8

Closed shikhir-arora closed 6 years ago

shikhir-arora commented 6 years ago

Just some tidyup. 🙂

shikhir-arora commented 6 years ago

@Fiddlekins Does this look a bit better?

Note that it suffices just having const GAME = ""; as a declared empty string and doing a simple truth check on it, since if (GAME) will be false if the string remains empty, and true otherwise.

Fiddlekins commented 6 years ago

Looks good, thanks for the time