Added whoami command for debugging.
This commit is contained in:
parent
ccc01978ea
commit
7506f0f287
|
@ -0,0 +1,6 @@
|
||||||
|
var app = require('../app.js');
|
||||||
|
|
||||||
|
exports.roles = ['Admins', 'Moderators'];
|
||||||
|
exports.command = function (message, reply) {
|
||||||
|
app.logChannel.sendMessage(`I am running under ${process.env.USER}.`);
|
||||||
|
};
|
Loading…
Reference in New Issue