Skip to content

Instantly share code, notes, and snippets.

@itsmefox
Created November 24, 2022 15:08
Show Gist options
  • Save itsmefox/645921803544d85f97f65706f830fe2c to your computer and use it in GitHub Desktop.
Save itsmefox/645921803544d85f97f65706f830fe2c to your computer and use it in GitHub Desktop.
Create your Discord Bot with aluna-spring-boot-starter - Application
@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