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

+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.
`
},
]
}