/[sudobot]/trunk/commands/delsnippet.js
ViewVC logotype

Diff of /trunk/commands/delsnippet.js

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

revision 5 by rakin, Mon Jul 29 17:28:11 2024 UTC revision 27 by rakin, Mon Jul 29 17:28:16 2024 UTC
# Line 14  module.exports = { Line 14  module.exports = {
14              return;              return;
15          }          }
16                    
17          let status = cm.snippetManager.delete(cm.args[0]);          let status = cm.snippetManager.delete(msg.guild.id, cm.args[0]);
18                    
19          if (status) {          if (status) {
20              await msg.reply({              await msg.reply({

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26