Skip to content

Instantly share code, notes, and snippets.

@itsmefox
Last active November 24, 2022 15:47
Show Gist options
  • Save itsmefox/186e4e2183e94858e48ac01696b9589d to your computer and use it in GitHub Desktop.
Save itsmefox/186e4e2183e94858e48ac01696b9589d to your computer and use it in GitHub Desktop.
Create your Discord Bot with aluna-spring-boot-starter - log output 1
_ _ ____ _ _ ____ _
/ \ | |_ _ _ __ __ _ | _ \(_)___ ___ ___ _ __ __| | | __ ) ___ | |_
/ _ \ | | | | | '_ \ / _` | | | | | / __|/ __/ _ \| '__/ _` | | _ \ / _ \| __|
/ ___ \| | |_| | | | | (_| | | |_| | \__ \ (_| (_) | | | (_| | | |_) | (_) | |_
/_/ \_\_|\__,_|_| |_|\__,_| |____/|_|___/\___\___/|_| \__,_| |____/ \___/ \__|
Aluna: 0.0.32_5.0.0-alpha.22-SNAPSHOT
Spring-Boot: 2.7.0
JDA: 5.0.0-alpha.22
2022-11-24 14:53:54.085 INFO 57606 --- [ main] i.v.d.b.e.a.BotApplication$Companion : Starting BotApplication.Companion using Java 17.0.2 on Fox with PID 57606 ()
2022-11-24 14:53:54.086 INFO 57606 --- [ main] i.v.d.b.e.a.BotApplication$Companion : No active profile set, falling back to 1 default profile: "default"
2022-11-24 14:53:54.103 INFO 57606 --- [ main] i.v.d.bot.aluna.AlunaAutoConfiguration : Running with Aluna 0.0.32_5.0.0-alpha.22-SNAPSHOT, JDA 5.0.0-alpha.22
2022-11-24 14:53:54.103 WARN 57606 --- [ main] i.v.d.bot.aluna.AlunaAutoConfiguration : Aluna is NOT running in production mode!
2022-11-24 14:53:54.404 INFO 57606 --- [ main] o.s.c.a.ConfigurationClassEnhancer : @Bean method ScopeConfig.beanFactoryPostProcessor is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2022-11-24 14:53:54.483 DEBUG 57606 --- [ main] i.v.d.bot.aluna.AlunaAutoConfiguration : Enable DefaultDiscordInteractionConditions
2022-11-24 14:53:54.484 DEBUG 57606 --- [ main] i.v.d.bot.aluna.AlunaAutoConfiguration : Enable DefaultDiscordInteractionAdditionalConditions
2022-11-24 14:53:54.486 DEBUG 57606 --- [ main] i.v.d.bot.aluna.AlunaAutoConfiguration : Enable DefaultDiscordInteractionLoadAdditionalData
2022-11-24 14:53:54.487 DEBUG 57606 --- [ main] i.v.d.bot.aluna.AlunaAutoConfiguration : Enable DefaultDiscordInteractionMetaDataHandler
2022-11-24 14:53:54.488 DEBUG 57606 --- [ main] i.v.d.bot.aluna.AlunaAutoConfiguration : Enable DefaultOwnerIdProvider
2022-11-24 14:53:54.509 DEBUG 57606 --- [ main] i.v.d.bot.aluna.AlunaAutoConfiguration : Enable DefaultShardManagerBuilder
2022-11-24 14:53:54.986 INFO 57606 --- [ main] n.dv8tion.jda.api.sharding.ShardManager : Login Successful!
2022-11-24 14:53:55.380 DEBUG 57606 --- [ main] i.v.d.bot.aluna.AlunaAutoConfiguration : Enable DefaultModeratorIdProvider
2022-11-24 14:53:55.453 INFO 57606 --- [ main] i.v.d.b.e.a.BotApplication$Companion : Started BotApplication.Companion in 1.529 seconds (JVM running for 1.956)
2022-11-24 14:53:55.459 INFO 57606 --- [ main] i.v.d.bot.aluna.bot.DebugInfoPrinter :
###############################################
Configuration
-> interaction: 0
-> ownerIds: n/a
-> modIds: n/a
-> applicationId: ****************
-> token: ****************
-> invite: ****************
###############################################
2022-11-24 14:53:55.589 INFO 57606 --- [nWS-WriteThread] n.d.j.internal.requests.WebSocketClient : Connected to WebSocket
2022-11-24 14:53:55.888 INFO 57606 --- [inWS-ReadThread] net.dv8tion.jda.api.JDA : Finished Loading!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment