fix des durées par défaut sur wordwar
This commit is contained in:
parent
ec95f1a24a
commit
af2d70e2cb
@ -37,7 +37,7 @@ module.exports = {
|
|||||||
var wwdelay;
|
var wwdelay;
|
||||||
|
|
||||||
if (interaction.options.get('duree') == null) {
|
if (interaction.options.get('duree') == null) {
|
||||||
wwtimer = 15;
|
wwtimer = 20;
|
||||||
} else {
|
} else {
|
||||||
wwtimer = interaction.options.get('duree').value;
|
wwtimer = interaction.options.get('duree').value;
|
||||||
if (isNormalInteger(wwtimer)) {
|
if (isNormalInteger(wwtimer)) {
|
||||||
@ -54,7 +54,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (interaction.options.get('attente') == null) {
|
if (interaction.options.get('attente') == null) {
|
||||||
wwdelay = 15;
|
wwdelay = 2;
|
||||||
} else {
|
} else {
|
||||||
wwdelay = interaction.options.get('attente').value;
|
wwdelay = interaction.options.get('attente').value;
|
||||||
if (isNormalInteger(wwdelay)) {
|
if (isNormalInteger(wwdelay)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user