chore: format code

This commit is contained in:
2024-10-15 18:58:12 +08:00
parent c4e6f9e348
commit 6b4ef38443
5 files changed
+35 -5

No files matched your search

@@ -0,0 +1,14 @@
/*
* Copyright © 2024 RTAkland
* Author: RTAkland
* Date: 2024/10/15
*/
package cn.rtast.fancybot.commands.misc
import cn.rtast.fancybot.annotations.CommandDescription
@CommandDescription("复读鸡")
object RepeatCommand {
}