Bot Settings
Starting from v2.7.0, DiscordLink introduces a dedicated bot presence manager that allows dynamic and configurable activity/status updates for your Discord bot.
π§ Custom Discord Bot Presence
π Configuration
discord:
token: "your-discord-bot-token"
guild-id: "your-guild-id"
bot-settings:
# β οΈ ENABLE WITH CAUTION!
# Only one server should manage bot presence if you're running multiple servers.
enabled: true
# The text to display as the bot's activity.
# PlaceholderAPI placeholders (e.g. %bungee_total%) are supported.
activity: "Playing with %bungee_total% players"
# The type of activity:
# Options: PLAYING, WATCHING, LISTENING, COMPETING
activity-type: "PLAYING"
# The bot's online status:
# Options: ONLINE, IDLE, DND, INVISIBLE
status: "ONLINE"
change-nickname: true
restrict-to-channel: true
target-channel-id: "your-channel-id"π Live Updating with Placeholders
π Refresh Frequency:
π Example Output
Last updated