Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKun21 committed Jan 16, 2025
1 parent 6bfc6e7 commit 8cb29cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ object Notifications {
* Notification channel for the script service
* @see io.github.fate_grand_automata.runner.ScriptRunnerNotification
*/
const val SCRIPT_SERVICE_CHANNEL = "Service"
const val SCRIPT_SERVICE_CHANNEL = "service"
const val SCRIPT_SERVICE_ID = 1

/**
* Notification channel for the script messages
* @see io.github.fate_grand_automata.runner.ScriptRunnerNotification
*/
const val SCRIPT_MESSAGE_CHANNEL = "Message"
const val SCRIPT_MESSAGE_CHANNEL = "message"
const val SCRIPT_MESSAGE_ID = 2

private val deprecatedChannels = listOf("fategrandautomata-notifications")
Expand Down

0 comments on commit 8cb29cf

Please sign in to comment.