Fix shutdown issue with streams (#1107)

This commit is contained in:
Will 2017-11-19 18:32:00 -05:00 committed by palmtree5
parent b94bad38e7
commit e983e1cefb

View File

@ -16,7 +16,8 @@ class Streams:
global_defaults = {
"tokens": {},
"streams": []
"streams": [],
"communities": []
}
guild_defaults = {