Created
November 24, 2022 15:08
-
-
Save itsmefox/645921803544d85f97f65706f830fe2c to your computer and use it in GitHub Desktop.
Create your Discord Bot with aluna-spring-boot-starter - Application
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@SpringBootApplication | |
open class BotApplication { | |
companion object { | |
@JvmStatic | |
fun main(args: Array<String>) { | |
runApplication<BotApplication>(*args) | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment