updates for random and catgories
This commit is contained in:
11
commands/category.js
Normal file
11
commands/category.js
Normal file
@@ -0,0 +1,11 @@
|
||||
var libFlayer = require("../libFlayer.js");
|
||||
|
||||
module.exports = {
|
||||
name: 'categories',
|
||||
description: 'Categories',
|
||||
async execute(message) {
|
||||
message.reply(
|
||||
`Categories: [General, Entertainment, Sports, Tech]`
|
||||
);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user