Skip to content

Commit

Permalink
ffrmhour and corrections report hours readme and help
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixLusseau committed Jan 1, 2024
1 parent a23f2e1 commit 5bbec17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion commands/ffhelp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion commands/ffsethour.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 5bbec17

Please sign in to comment.