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

Diff of /trunk/commands/schedule.js

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

revision 46 by rakin, Mon Jul 29 17:28:21 2024 UTC revision 49 by rakin, Mon Jul 29 17:28:21 2024 UTC
# Line 46  module.exports = { Line 46  module.exports = {
46          text = args.join(' ');          text = args.join(' ');
47    
48          try {          try {
49              const timeout = await setTimeoutv2('send.js', time, text, ch.id, msg.guild.id);              const timeout = await setTimeoutv2('send.js', time, msg.guild.id, `schedule ${cm.args.join(' ')}`, text, ch.id, msg.guild.id);
50    
51              await msg.reply({              await msg.reply({
52                  embeds: [                  embeds: [

Legend:
Removed from v.46  
changed lines
  Added in v.49

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26