refactor(models): Moved models and Repositories to database
This commit is contained in:
parent
d5f5fe5f1a
commit
9155f630d9
18 changed files with 42 additions and 42 deletions
|
|
@ -4,8 +4,8 @@ import {
|
|||
GuildMember, SlashCommandIntegerOption,
|
||||
} from "discord.js";
|
||||
import {Container} from "../../Container/Container";
|
||||
import {GroupRepository} from "../../Repositories/GroupRepository";
|
||||
import {GroupModel} from "../../Models/GroupModel";
|
||||
import {GroupRepository} from "../../Database/Repositories/GroupRepository";
|
||||
import {GroupModel} from "../../Database/Models/GroupModel";
|
||||
import {UserError} from "../UserError";
|
||||
|
||||
export class GroupSelection {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue