Fix crash on attempting to create tables

This commit is contained in:
Noikoio 2018-02-20 12:25:29 -08:00
parent b6f14d5ad4
commit 3362c8701c

View file

@ -57,9 +57,11 @@ namespace Noikoio.RegexBot
new Module.DMLogger.DMLogger(_client),
new Module.AutoMod.AutoMod(_client),
new Module.ModTools.ModTools(_client),
new Module.ModLogs.ModLogs(_client),
new Module.AutoRespond.AutoRespond(_client),
new EntityCache.Module(_client) // EntityCache goes before anything else that uses its data
// EntityCache loads before anything using it
new EntityCache.Module(_client),
new Module.ModLogs.ModLogs(_client)
};
// Set up logging