Parent Directory
|
Revision Log
|
Patch
revision 5 by rakin, Mon Jul 29 17:28:11 2024 UTC | revision 11 by rakin, Mon Jul 29 17:28:13 2024 UTC | |
---|---|---|
# | Line 48 module.exports = { | Line 48 module.exports = { |
48 | await msg.reply({ | await msg.reply({ |
49 | embeds: [ | embeds: [ |
50 | new MessageEmbed() | new MessageEmbed() |
51 | .setDescription(`A note has been added for ${user.user.tag}`) | .setDescription(`A note has been added for ${user.user.tag}`) // TODO |
52 | ] | ] |
53 | }); | }); |
54 | }, | }, |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |