Parent Directory
|
Revision Log
|
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 75 export default class ScheduleCommand ext | Line 75 export default class ScheduleCommand ext |
75 | } | } |
76 | ||
77 | try { | try { |
78 | const timeout = await setTimeoutv2('send.ts', time, msg.guild!.id, `schedule ${time} ${text!} #${channel.name}`, text!, channel.id, msg.guild!.id); | const timeout = await setTimeoutv2('send', time, msg.guild!.id, `schedule ${time} ${text!} #${channel.name}`, text!, channel.id, msg.guild!.id); |
79 | ||
80 | await msg.reply({ | await msg.reply({ |
81 | embeds: [ | embeds: [ |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |