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