aboutsummaryrefslogtreecommitdiff
path: root/src/api/Commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/Commands')
-rw-r--r--src/api/Commands/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/Commands/index.ts b/src/api/Commands/index.ts
index 3f639a1..ef4db17 100644
--- a/src/api/Commands/index.ts
+++ b/src/api/Commands/index.ts
@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-import { makeCodeblock } from "@utils/misc";
+import { makeCodeblock } from "@utils/text";
import { sendBotMessage } from "./commandHelpers";
import { ApplicationCommandInputType, ApplicationCommandOptionType, ApplicationCommandType, Argument, Command, CommandContext, Option } from "./types";