1
0
This commit is contained in:
Jannik Reimers 2024-10-25 10:17:02 +02:00
parent 74843e54ed
commit 9fa4a7b864
Signed by: jansel
GPG Key ID: 39C62D7D5233CFD0
2 changed files with 3 additions and 3 deletions

View File

@ -395,7 +395,7 @@ naming:
InvalidPackageDeclaration:
active: true
# TODO: Update this with your project's base package
rootPackage: 'dev.jansel.template'
rootPackage: 'dev.jansel.feixiao'
MatchingDeclarationName:
active: true

View File

@ -16,7 +16,7 @@ class TestExtension : Extension() {
override val name = "test"
override suspend fun setup() {
chatCommand(TestExtension::SlapArgs) {
chatCommand(::SlapArgs) {
name = "slap"
description = "Ask the bot to slap another user"
@ -57,7 +57,7 @@ class TestExtension : Extension() {
}
}
publicSlashCommand(TestExtension::SlapSlashArgs) {
publicSlashCommand(::SlapSlashArgs) {
name = "slap"
description = "Ask the bot to slap another user"