fix some bugs

This commit is contained in:
dalbodeule 2024-06-17 16:47:11 +09:00
parent fbb0e50379
commit be84a73828
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -13,7 +13,7 @@ import space.mori.chzzk_bot.services.UserService
object AlertCommand : CommandInterface {
private val logger = LoggerFactory.getLogger(this::class.java)
override val name: String = "add"
override val name: String = "alert"
override val command = Commands.slash(name, "명령어를 추가합니다.")
.addOptions(OptionData(OptionType.CHANNEL, "channel", "알림을 보낼 채널을 입력하세요."))
.addOptions(OptionData(OptionType.STRING, "content", "표시될 텍스트를 입력하세요. 비워두면 알람이 취소됩니다."))