/[sudobot]/trunk/src/services/CommandMetaDataManager.ts
ViewVC logotype

Diff of /trunk/src/services/CommandMetaDataManager.ts

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

revision 295 by rakin, Mon Jul 29 17:29:24 2024 UTC revision 296 by rakin, Mon Jul 29 17:29:25 2024 UTC
# Line 12  export function findCommandData(callback Line 12  export function findCommandData(callback
12      return Help.find(callback);      return Help.find(callback);
13  }  }
14    
15  export function renderCommandList(limit = 40): string {  export function renderCommandList(limit = 60): string {
16      let str = `Type \`${DiscordClient.client.config.get('prefix')}help <CommandName>\` for more information about a specific command.\n\n`;      let str = `Type \`${DiscordClient.client.config.get('prefix')}help <CommandName>\` for more information about a specific command.\n\n`;
17      let index = 0;      let index = 0;
18    

Legend:
Removed from v.295  
changed lines
  Added in v.296

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26