topisani / Discurses

A Python discord CLI focused on usability
MIT License
140 stars 14 forks source link

Fixing an error on message sending when no override is configured #35

Closed tkerdonc closed 6 years ago

tkerdonc commented 6 years ago

This checks the value returned by data.get('channel_overrides') to avoid having an error message pop up if no overrides where configured on a server

Fixes #12