Skip to content

Commit

Permalink
merge: #177 from wiz0u/patch-1
Browse files Browse the repository at this point in the history
Adding /delban /delwarn aliases
  • Loading branch information
MKRhere authored Sep 18, 2024
2 parents 661bc47 + 81831ff commit 088dced
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions handlers/commands/delban.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict';

module.exports = require('./ban');
3 changes: 3 additions & 0 deletions handlers/commands/delwarn.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict';

module.exports = require('./warn');

0 comments on commit 088dced

Please sign in to comment.