forked from chipmunkmc/chipmunkbot
titty
This commit is contained in:
parent
56ddfded75
commit
9f32784279
2 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
||||||
package land.chipmunk.chipmunkbot.plugins;
|
package land.chipmunk.chipmunkbot.plugins;
|
||||||
|
|
||||||
|
import com.mojang.brigadier.builder.ArgumentBuilder;
|
||||||
import land.chipmunk.chipmunkbot.ChipmunkBot;
|
import land.chipmunk.chipmunkbot.ChipmunkBot;
|
||||||
import land.chipmunk.chipmunkbot.command.CommandSource;
|
import land.chipmunk.chipmunkbot.command.CommandSource;
|
||||||
import land.chipmunk.chipmunkbot.command.ComponentMessage;
|
import land.chipmunk.chipmunkbot.command.ComponentMessage;
|
||||||
import land.chipmunk.chipmunkbot.command.BuiltInExceptions;
|
import land.chipmunk.chipmunkbot.command.BuiltInExceptions;
|
||||||
import land.chipmunk.chipmunkbot.commands.*;
|
import land.chipmunk.chipmunkbot.commands.*;
|
||||||
|
import lombok.RequiredArgsConstructor;
|
||||||
import net.kyori.adventure.text.Component;
|
import net.kyori.adventure.text.Component;
|
||||||
import net.kyori.adventure.text.format.NamedTextColor;
|
import net.kyori.adventure.text.format.NamedTextColor;
|
||||||
import net.kyori.adventure.text.format.TextColor;
|
import net.kyori.adventure.text.format.TextColor;
|
||||||
|
|
Loading…
Reference in a new issue