Skip to content

Commit

Permalink
fix typo causing help strings not to be shown
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Nov 7, 2023
1 parent 0addffa commit 8e1659f
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 @@ -61,7 +61,7 @@ export class HelpCommand implements ICommand {
"<pre><code>" +
"!conference inviteme &lt;room&gt; - Asks the bot to invite you to the given room.\n" +
"!conference inviteto &lt;room&gt; &lt;user&gt; - Asks the bot to invite the given user to the given room.\n" +
"!conference join &lt;room&gt; - Makes the bot join the given room.\n"
"!conference join &lt;room&gt; - Makes the bot join the given room.\n" +
"!conference copymods &lt;from&gt; &lt;to&gt; - Copies the moderators from one room to another.\n" +
"!conference widgets &lt;aud&gt; - Creates all widgets for the auditorium and its talks.\n" +
"</code></pre>" +
Expand Down

0 comments on commit 8e1659f

Please sign in to comment.