Add notification relay status to setupinfo

This commit is contained in:
Skylar Grant 2023-06-06 17:58:52 -04:00
parent d1ac674c6b
commit 08f76fb996
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ module.exports = {
`[Tree Link](https://discord.com/channels/${this.guildId}/${this.treeChannelId}/${this.treeMessageId})`, `[Tree Link](https://discord.com/channels/${this.guildId}/${this.treeChannelId}/${this.treeMessageId})`,
`Leaderboard Channel: <#${this.leaderboardChannelId}>`, `Leaderboard Channel: <#${this.leaderboardChannelId}>`,
`[Leaderboard Link](https://discord.com/channels/${this.guildId}/${this.leaderboardChannelId}/${this.leaderboardMessageId})`, `[Leaderboard Link](https://discord.com/channels/${this.guildId}/${this.leaderboardChannelId}/${this.leaderboardMessageId})`,
`Notification Relay Enabled: ${this.notificationsEnabled}`,
`Notification Watch Channel: <#${this.watchChannelId}>`, `Notification Watch Channel: <#${this.watchChannelId}>`,
`Notification Relay Channel: <#${this.reminderChannelId}>`, `Notification Relay Channel: <#${this.reminderChannelId}>`,
`Water Message: ${this.waterMessage}`, `Water Message: ${this.waterMessage}`,