Parent Directory
|
Revision Log
|
Patch
revision 30 by rakin, Mon Jul 29 17:28:17 2024 UTC | revision 34 by rakin, Mon Jul 29 17:28:18 2024 UTC | |
---|---|---|
# | Line 26 module.exports = { | Line 26 module.exports = { |
26 | await msg.channel.send({ | await msg.channel.send({ |
27 | embeds: [ | embeds: [ |
28 | new MessageEmbed() | new MessageEmbed() |
29 | .setDescription('Your\'re AFK now.' + (cm.args[0] === undefined ? '' : ` Your status has been updated to: **${cm.args.join(' ').replace(/\*/g, '\\*')}**`)) | .setDescription('You\'re AFK now.' + (cm.args[0] === undefined ? '' : ` Your status has been updated to: **${cm.args.join(' ').replace(/\*/g, '\\*')}**`)) |
30 | ] | ] |
31 | }); | }); |
32 | }); | }); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |