diff options
| author | 8cy <[email protected]> | 2020-07-27 04:10:57 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-27 04:10:57 -0700 |
| commit | 9ab23583551c495d3a212ef24a47696a8da460d2 (patch) | |
| tree | ff8b1de500f3a17dad78d6d6fee381f45078723f /server/src/database/structures | |
| parent | fix: formatting in wc/gb json files (diff) | |
| download | dep-core-9ab23583551c495d3a212ef24a47696a8da460d2.tar.xz dep-core-9ab23583551c495d3a212ef24a47696a8da460d2.zip | |
big revamp n stuff
Diffstat (limited to 'server/src/database/structures')
| -rw-r--r-- | server/src/database/structures/SettingsProvider.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/database/structures/SettingsProvider.ts b/server/src/database/structures/SettingsProvider.ts index 0a2325a..c82c109 100644 --- a/server/src/database/structures/SettingsProvider.ts +++ b/server/src/database/structures/SettingsProvider.ts @@ -2,7 +2,7 @@ import { Collection } from 'discord.js'; import { connect, Model, connection, Connection } from 'mongoose'; import { Logger } from 'winston'; import ReactionModel, { Reaction } from '../models/ReactionModel'; -import GuildModel, { Guild } from '../models/ReactionGuildModel'; +import GuildModel, { Guild } from '../models/GuildModel'; import { MONGO_EVENTS } from '../utils/Constants' import BotClient from '../../client/BotClient'; import { mongoDBUri } from '../../Config'; |