From 08f76fb996b44f06815aa093c3bcbf816c1a7e6c Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Tue, 6 Jun 2023 17:58:52 -0400 Subject: [PATCH] Add notification relay status to setupinfo --- modules/CustomClasses.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/CustomClasses.js b/modules/CustomClasses.js index 27d0997..d90ac2c 100755 --- a/modules/CustomClasses.js +++ b/modules/CustomClasses.js @@ -211,6 +211,7 @@ module.exports = { `[Tree Link](https://discord.com/channels/${this.guildId}/${this.treeChannelId}/${this.treeMessageId})`, `Leaderboard Channel: <#${this.leaderboardChannelId}>`, `[Leaderboard Link](https://discord.com/channels/${this.guildId}/${this.leaderboardChannelId}/${this.leaderboardMessageId})`, + `Notification Relay Enabled: ${this.notificationsEnabled}`, `Notification Watch Channel: <#${this.watchChannelId}>`, `Notification Relay Channel: <#${this.reminderChannelId}>`, `Water Message: ${this.waterMessage}`,