/[sudobot]/trunk/commands/warndel.js
ViewVC logotype

Diff of /trunk/commands/warndel.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 36 by rakin, Mon Jul 29 17:28:16 2024 UTC revision 37 by rakin, Mon Jul 29 17:28:18 2024 UTC
# Line 43  module.exports = { Line 43  module.exports = {
43                      }                      }
44                  };                  };
45    
46                  await History.create(data.user_id, msg.guild, 'warndel', msg.author.id, async (data2) => {});                  await History.create(data.user_id, msg.guild, 'warndel', msg.author.id, null, async (data2) => {});
47    
48                  try {                  try {
49                      user = await msg.guild.members.fetch(data.user_id);                      user = await msg.guild.members.fetch(data.user_id);

Legend:
Removed from v.36  
changed lines
  Added in v.37

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26