Skip to content

Commit

Permalink
Add more info to reset command
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot authored Feb 2, 2024
1 parent b33954f commit 311cc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/HelpCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class HelpCommand implements ICommand {
"!conference status|refresh - Refreshes the schedule source and then displays the status of the conference. MAY NOT REFRESH THE SCHEDULER, BEWARE.\n" +
"!conference schedule view - Shows upcoming scheduler tasks.\n" +
"!conference schedule debug - Shows upcoming scheduler tasks as well as a list of stored completed task IDs.\n" +
"!conference schedule reset - Resets the scheduler.\n" +
"!conference schedule reset - Resets the scheduler which will clear all completed tasks. Some tasks may run again.\n" +
"</code></pre>" +
"<h4>People management:</h4>" +
"<pre><code>" +
Expand Down

0 comments on commit 311cc85

Please sign in to comment.