Parent Directory
|
Revision Log
|
Patch
revision 25 by rakin, Mon Jul 29 17:28:16 2024 UTC | revision 37 by rakin, Mon Jul 29 17:28:18 2024 UTC | |
---|---|---|
# | Line 62 module.exports = { | Line 62 module.exports = { |
62 | }); | }); |
63 | }, | }, |
64 | async bean(user, reason, msg) { | async bean(user, reason, msg) { |
65 | await History.create(user.id, msg.guild, 'bean', msg.author.id, async (data2) => { | await History.create(user.id, msg.guild, 'bean', msg.author.id, typeof reason === 'undefined' ? null : reason, async (data2) => { |
66 | await user.send({ | await user.send({ |
67 | embeds: [ | embeds: [ |
68 | new MessageEmbed() | new MessageEmbed() |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |