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 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: [ |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |