Parent Directory
|
Revision Log
|
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() { |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |