diff --git a/README.md b/README.md index aafbf78..5e35b76 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ - `/ffreport` : Shows the war report - `/ffrmhours` : Removes the hours for the daily reports and resets - `/ffrmrotate` : Removes an entry from the rotations - - `/ffsethours` : Sets the hours for the daily reports and resets + - `/ffsethours` : Sets the hours for the daily reports and resets on the calling channel - `/ffsetrotates` : Sets the rotations of the players between the clans - Scheduled war report has been added to the bot ! It will be sent every day from friday to monday at the reset hour in the clan war channel. diff --git a/commands/ffhelp.js b/commands/ffhelp.js index ef3ff80..0ed0fa9 100644 --- a/commands/ffhelp.js +++ b/commands/ffhelp.js @@ -21,7 +21,7 @@ module.exports = { + "- `/ffreport` : Shows the war report\n" + "- `/ffrmhours` : Removes the hours for the daily reports and resets\n" + "- `/ffrmrotate` : Removes an entry from the rotations\n" - + "- `/ffsethours` : Sets the hours for the daily reports and resets\n" + + "- `/ffsethours` : Sets the hours for the daily reports and resets on the calling channel\n" + "- `/ffsetrotates` : Sets the rotations of the players between the clans\n" + "\u200B" diff --git a/commands/ffsethour.js b/commands/ffsethour.js index d3bc697..cf06977 100644 --- a/commands/ffsethour.js +++ b/commands/ffsethour.js @@ -13,7 +13,7 @@ function isValidTimeFormat(input) { module.exports = { data: new SlashCommandBuilder() .setName('ffsethour') - .setDescription('Set the hour for the reset and report !') + .setDescription('Set the hour for the reset and report on this channel !') .addStringOption(option => option.setName('clan') .setDescription('The clan to check')