Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
! command prefix detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna5ama committed Sep 13, 2023
1 parent c2d0d14 commit 4b98745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object MessageDetection {
},
ANY {
override val prefixes: Array<out CharSequence>
get() = arrayOf("/", ",", ".", "-", ";", "?", "*", "^", "&", "#", "$", CommandManager.prefix)
get() = arrayOf("/", ",", ".", "-", ";", "?", "*", "^", "&", "#", "$", "!", CommandManager.prefix)
}
}

Expand Down

0 comments on commit 4b98745

Please sign in to comment.