mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-08-24 02:47:48 +00:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
|
'use strict';
|
||
|
|
||
|
// "clone" the function (https://stackoverflow.com/a/6772648)
|
||
|
module.exports = require('./help').bind();
|