13.1.9 update settingsHHelp descriptions
This commit is contained in:
2 files changed
+14
-2
No files matched your search
+1
-1
@@ -2,7 +2,7 @@ require('dotenv').config();
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
Dev: "PROD.",
|
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
|
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
|
||||||
DefaultPrefix: "?",
|
DefaultPrefix: "?",
|
||||||
ServerID: "955668596745461830",
|
ServerID: "955668596745461830",
|
||||||
|
|||||||
+13
-1
@@ -111,6 +111,18 @@ module.exports = {
|
|||||||
description: `
|
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.
|
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.
|
||||||
|
`
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in new issue
Block a user