adding key command template
This commit is contained in:
13
commands/key.js
Normal file
13
commands/key.js
Normal file
@@ -0,0 +1,13 @@
|
||||
var libFlayer = require("../libFlayer.js");
|
||||
|
||||
module.exports = {
|
||||
name: 'key',
|
||||
description: 'Key',
|
||||
execute(message) {
|
||||
message.reply(
|
||||
`
|
||||
Key loading not yet available - loading from local source
|
||||
`
|
||||
);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user