Moved class to more logical place

This commit is contained in:
Teriuihi 2022-05-24 04:18:34 +02:00
parent 41897f4b16
commit e39bab34fd
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ package com.alttd.chat.commands;
import com.alttd.chat.config.Config;
import com.alttd.chat.objects.channels.CustomChannel;
import com.alttd.chat.util.ToggleableForCustomChannel;
import net.kyori.adventure.text.minimessage.tag.resolver.Placeholder;
import net.kyori.adventure.text.minimessage.tag.resolver.TagResolver;
import org.apache.commons.lang.StringUtils;

View File

@ -1,4 +1,4 @@
package com.alttd.chat.commands;
package com.alttd.chat.util;
import com.alttd.chat.ChatPlugin;
import com.alttd.chat.objects.Toggleable;