Fixed endpoint
This commit is contained in:
parent
5493849d78
commit
ef31657ee3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ private fun String?.processToCommand(): Commands {
|
||||||
return when (this) {
|
return when (this) {
|
||||||
"/spongemock2" -> Commands.Spongebob
|
"/spongemock2" -> Commands.Spongebob
|
||||||
"/uppercase" -> Commands.Uppercase
|
"/uppercase" -> Commands.Uppercase
|
||||||
"/claptext" -> Commands.Claptext
|
"/clapback" -> Commands.Claptext
|
||||||
else -> Commands.Error
|
else -> Commands.Error
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue