tbeeck / lichess-discord

Discord bot for lichess
GNU General Public License v3.0
4 stars 2 forks source link

Cleanup index #30

Closed tbeeck closed 4 years ago

tbeeck commented 4 years ago

Cleaned up the index file, moving help and stop out to their own files. Needed to keep help out of the commands module to prevent circular dependency.

Also updated a lot of formatting to use single quotes instead of double quotes, as well as java script format strings to avoid ugly string concatenation where possible.