refactor: move command contexts into a package

This commit is contained in:
ChomeNS
2025-03-31 09:03:32 +07:00
parent 6f92ea38d5
commit 92c4726fcd
16 changed files with 25 additions and 11 deletions

View File

@@ -2,6 +2,7 @@ package me.chayapak1.chomens_bot.commands;
import me.chayapak1.chomens_bot.Bot;
import me.chayapak1.chomens_bot.command.*;
import me.chayapak1.chomens_bot.command.contexts.ConsoleCommandContext;
import me.chayapak1.chomens_bot.plugins.MusicPlayerPlugin;
import me.chayapak1.chomens_bot.song.Instrument;
import me.chayapak1.chomens_bot.song.Loop;