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

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

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

revision 55 by rakin, Mon Jul 29 17:28:24 2024 UTC revision 57 by rakin, Mon Jul 29 17:28:25 2024 UTC
# Line 89  export default class ExpireScheduleComma Line 89  export default class ExpireScheduleComma
89          }          }
90    
91          try {          try {
92              const timeout = await setTimeoutv2('send-expire.ts', time1, msg.guild!.id, `expiresc ${time1} ${time2} ${text!} #${channel.name}`, text!, channel.id, msg.guild!.id, time2);              const timeout = await setTimeoutv2('send-expire', time1, msg.guild!.id, `expiresc ${time1} ${time2} ${text!} #${channel.name}`, text!, channel.id, msg.guild!.id, time2);
93    
94              await msg.reply({              await msg.reply({
95                  embeds: [                  embeds: [

Legend:
Removed from v.55  
changed lines
  Added in v.57

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26