Skip to content

Commit

Permalink
move embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
schiltz3 committed Jan 13, 2023
1 parent e5f8073 commit 3d35a4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/owner/migrateDB.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import chalk from "chalk";
import { ICommand } from "wokcommands";
import { classModel, IClass } from "../../models/classModel";
import { create_default_embed } from "../../../utils/embeds";
import { create_default_embed } from "../../utils/embeds/embeds";
import { Schema, Types, Document } from "mongoose";
import {
getCourseName,
Expand Down
File renamed without changes.

0 comments on commit 3d35a4c

Please sign in to comment.