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