/[sudobot]/trunk/src/commands/automation/AddQueueCommand.ts
ViewVC logotype

Diff of /trunk/src/commands/automation/AddQueueCommand.ts

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 48  module.exports = { Line 48  module.exports = {
48    
49          const command = await args.join(' ');          const command = await args.join(' ');
50    
51          const queue = await setTimeoutv2('queue.js', time, command, msg.id, msg.channel.id, msg.guild.id);          const queue = await setTimeoutv2('queue.js', time, msg.guild.id, command, command, msg.id, msg.channel.id, msg.guild.id);
52    
53          await msg.reply({          await msg.reply({
54              embeds: [              embeds: [

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26