don't load owner channels

This commit is contained in:
Master Kwoth 2017-06-21 23:31:47 +02:00
parent 4862564c74
commit 85e1839991

View File

@ -67,9 +67,8 @@ namespace NadekoBot.Services.Administration
_client.Guilds.SelectMany(g => g.Users);
LoadOwnerChannels();
//todo load owner channels
//LoadOwnerChannels();
});
}