erm
This commit is contained in:
parent
74843e54ed
commit
9fa4a7b864
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user