ちょっとコード修正

This commit is contained in:
M-E-C
2020-06-27 18:13:57 +09:00
parent 58ead7d230
commit b508374cb5
3 changed files with 2 additions and 8 deletions

View File

@ -1,5 +1,7 @@
package mc.mec.bungeediscordchat
import mc.mec.bungeediscordchat.commands.PrivateMessage.ReplyCommand
import mc.mec.bungeediscordchat.commands.PrivateMessage.TellCommand
import mc.mec.bungeediscordchat.japanize.JapanizeType
import mc.mec.bungeediscordchat.japanize.Japanizer
import net.md_5.bungee.api.ChatColor

View File

@ -1,8 +1,4 @@
package mc.mec.bungeediscordchat.commands.PrivateMessage
/**
* Created by testusuke on 2020/06/21
* @author testusuke
*/
class ReplyCommand {
}

View File

@ -1,8 +1,4 @@
package mc.mec.bungeediscordchat.commands.PrivateMessage
/**
* Created by testusuke on 2020/06/21
* @author testusuke
*/
class TellCommand {
}