mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 16:05:36 +01:00
Added whoami command for debugging.
This commit is contained in:
parent
ccc01978ea
commit
7506f0f287
6
commands/whoami.js
Normal file
6
commands/whoami.js
Normal file
@ -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
Block a user