From c64f1362c4b75eb6630dbf63ed35ecaa6e199f69 Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Tue, 1 Nov 2022 10:02:04 -0700 Subject: [PATCH] 13.1.9 update settingsHHelp descriptions --- config/config.js | 2 +- config/settingsHelp.js | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/config/config.js b/config/config.js index 24d7398..7f3a9f1 100644 --- a/config/config.js +++ b/config/config.js @@ -2,7 +2,7 @@ require('dotenv').config(); module.exports = { Dev: "PROD.", - Version: "13.1.8", // (major).(feature).(revision/bug/refactoring) + Version: "13.1.9", // (major).(feature).(revision/bug/refactoring) Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot DefaultPrefix: "?", ServerID: "955668596745461830", diff --git a/config/settingsHelp.js b/config/settingsHelp.js index d5b4be0..8ea50b3 100644 --- a/config/settingsHelp.js +++ b/config/settingsHelp.js @@ -111,6 +111,18 @@ module.exports = { description: ` There is a lot of settings you can configure. To view a all configured settings, use the following: \`/config view\`. This will display all configured settings, and their values if configured. ` - } + }, + { + name: "reset", + description:` + This will reset all configurations back to default settings, clearing all set roles and channels. + ` + }, + { + name: "casino_multiplier", + description: ` + This configurations allows you to customize the multiplier used to determine the winnings from casino games. + ` + }, ] } \ No newline at end of file