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

Diff of /trunk/commands/unban.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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 32  module.exports = { Line 32  module.exports = {
32              return;              return;
33          }          }
34                    
35          await History.create(cm.args[0], msg.guild, 'unban', msg.author.id, async (data2) => {          await History.create(cm.args[0], msg.guild, 'unban', msg.author.id, null, async (data2) => {
36                            
37          });          });
38    

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26