/[sudobot]/trunk/src/commands/settings/HelpCommand.ts
ViewVC logotype

Diff of /trunk/src/commands/settings/HelpCommand.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 72 by rakin, Mon Jul 29 17:28:29 2024 UTC revision 344 by rakin, Mon Jul 29 17:29:40 2024 UTC
# Line 1  Line 1 
1  import { CommandInteraction, Interaction, Message } from 'discord.js';  import { CommandInteraction, Message } from 'discord.js';
2  import BaseCommand from '../../utils/structures/BaseCommand';  import BaseCommand from '../../utils/structures/BaseCommand';
3  import DiscordClient from '../../client/Client';  import DiscordClient from '../../client/Client';
4  import Help from '../../utils/Help';  import Help from '../../utils/Help';
# Line 31  export default class HelpCommand extends Line 31  export default class HelpCommand extends
31                          title: 'Help',                          title: 'Help',
32                          description: renderCommandList()                          description: renderCommandList()
33                      })                      })
                     // .setDescription("The command list.\n\n`<...>` means required argument, `[...]` means optional argument.\n\nRun `" + client.config.get('prefix') + "help <commandName>` for more information about a specific command.\n" + await this.render())  
                     // .setTitle('Help')  
34                  ],                  ],
35              });              });
36    

Legend:
Removed from v.72  
changed lines
  Added in v.344

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26