diff options
author | TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> | 2021-05-11 22:22:19 -0600 |
---|---|---|
committer | TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> | 2021-05-11 22:22:19 -0600 |
commit | 42d8e605b497c98ed7a4b7e6f31fa1cc6d56e38a (patch) | |
tree | 33f7a7dd83960fce281c3f7f028c76baea019f86 /src/lib/extensions/BotGuild.ts | |
parent | 35389d9e41d4a5ddf66fdf64210a334a56281f41 (diff) | |
download | tanzanite-42d8e605b497c98ed7a4b7e6f31fa1cc6d56e38a.tar.gz tanzanite-42d8e605b497c98ed7a4b7e6f31fa1cc6d56e38a.tar.bz2 tanzanite-42d8e605b497c98ed7a4b7e6f31fa1cc6d56e38a.zip |
re-organize models
Diffstat (limited to 'src/lib/extensions/BotGuild.ts')
-rw-r--r-- | src/lib/extensions/BotGuild.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/extensions/BotGuild.ts b/src/lib/extensions/BotGuild.ts index 22d7834..bc88ad0 100644 --- a/src/lib/extensions/BotGuild.ts +++ b/src/lib/extensions/BotGuild.ts @@ -1,6 +1,6 @@ import { Guild, Structures } from 'discord.js'; import { BotClient } from './BotClient'; -import { Guild as GuildModel } from '../types/Models'; +import { Guild as GuildModel } from '../models'; export class GuildSettings { private guild: BotGuild; |