patreon commands should be fixed

This commit is contained in:
Master Kwoth 2017-06-15 13:09:55 +02:00
parent f60bf271b2
commit a0559b7130

View File

@ -194,6 +194,7 @@ namespace NadekoBot
.Add(repeaterService) .Add(repeaterService)
.Add(converterService) .Add(converterService)
.Add(verboseErrorsService) .Add(verboseErrorsService)
.Add(patreonRewardsService)
.Add<SearchesService>(searchesService) .Add<SearchesService>(searchesService)
.Add(streamNotificationService) .Add(streamNotificationService)
.Add(animeSearchService) .Add(animeSearchService)