Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update guild.py Server currently returns None for guilds with no channels, which causes `TypeError: 'NoneType' object is not iterable` Fix this by making the None returned by the server into an empty list, getting rid of the error * Update guild.py Fix TypeError on iterating through None
- Loading branch information