mirror of
https://github.com/mii443/BungeeDiscordChat.git
synced 2025-08-22 15:05:29 +00:00
ちょっとコード修正
This commit is contained in:
@ -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
|
||||
|
@ -1,8 +1,4 @@
|
||||
package mc.mec.bungeediscordchat.commands.PrivateMessage
|
||||
|
||||
/**
|
||||
* Created by testusuke on 2020/06/21
|
||||
* @author testusuke
|
||||
*/
|
||||
class ReplyCommand {
|
||||
}
|
@ -1,8 +1,4 @@
|
||||
package mc.mec.bungeediscordchat.commands.PrivateMessage
|
||||
|
||||
/**
|
||||
* Created by testusuke on 2020/06/21
|
||||
* @author testusuke
|
||||
*/
|
||||
class TellCommand {
|
||||
}
|
Reference in New Issue
Block a user