13.1.9 update settingsHHelp descriptions

This commit is contained in:
SowinskiBraeden committed 2022-11-01 10:02:04 -07:00
1 parent db60ccd458
commit c64f1362c4
2 files changed
+14 -2

No files matched your search

+1 -1
View File
@@ -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",
+13 -1
View File
@@ -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.
`
},
]
}