/[sudobot]/trunk/src/CommandManager.js
ViewVC logotype

Diff of /trunk/src/CommandManager.js

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

revision 26 by rakin, Mon Jul 29 17:28:13 2024 UTC revision 27 by rakin, Mon Jul 29 17:28:16 2024 UTC
# Line 46  class CommandManager { Line 46  class CommandManager {
46      }      }
47    
48      snippet() {      snippet() {
49          return this.snippetManager.find(this.commandName);          return this.snippetManager.find(this.msg.guild.id, this.commandName);
50      }      }
51    
52      hasValid() {      hasValid() {

Legend:
Removed from v.26  
changed lines
  Added in v.27

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26