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 44 module.exports = { | Line 44 module.exports = { |
44 | return; | return; |
45 | } | } |
46 | ||
47 | await History.create(user.id, msg.guild, 'note', msg.author.id, async (data2) => { | await History.create(user.id, msg.guild, 'note', msg.author.id, null, async (data2) => { |
48 | this.note(user, content, msg); | this.note(user, content, msg); |
49 | }); | }); |
50 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |