From c1bc38064434bf784a511e7223180a713b550aa5 Mon Sep 17 00:00:00 2001 From: Migan178 Date: Fri, 24 Nov 2023 12:59:35 +0900 Subject: [PATCH] rename: move directory --- src/{ => Commands}/deleteLearn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{ => Commands}/deleteLearn.ts (95%) diff --git a/src/deleteLearn.ts b/src/Commands/deleteLearn.ts similarity index 95% rename from src/deleteLearn.ts rename to src/Commands/deleteLearn.ts index e031e21..056eb4a 100644 --- a/src/deleteLearn.ts +++ b/src/Commands/deleteLearn.ts @@ -1,5 +1,5 @@ import { Message } from 'discord.js' -import { Command, LearnData } from './modules' +import { Command, LearnData } from '../modules' export default class extends Command { public constructor() {