mirror of
https://github.com/Auxilor/EcoBits.git
synced 2025-12-19 15:09:19 +00:00
Cleanup
This commit is contained in:
@@ -71,14 +71,11 @@ class Currency(
|
||||
}.orElse(null)
|
||||
}
|
||||
|
||||
fun registerCommands() {
|
||||
this.commands.forEach {
|
||||
println("Registered ${it.name}")
|
||||
it.register()
|
||||
}
|
||||
private fun registerCommands() {
|
||||
this.commands.forEach { it.register() }
|
||||
}
|
||||
|
||||
fun unregisterCommands() {
|
||||
private fun unregisterCommands() {
|
||||
this.commands.forEach { it.unregister() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user