spring-boot-starter-discord
Content
Creates a Discord Client
Send logs to your configured discord guild channel.
Properties
spring:
microservices:
discord:
enabled: true
bot-token: ${DISCORD_BOT_TOKEN}
guild-id: ${DISCORD_GUILD_ID}
logging:
enabled: true
channel-id: ${DISCORD_CHANNEL}
Last modified: 25 May 2025