Open-SourceBot icon indicating copy to clipboard operation
Open-SourceBot copied to clipboard

Unable to add feature descripton

Open ay0ks opened this issue 4 years ago • 4 comments

Describe the bug A clear and concise description of what the bug is.

When i try to add new feature (games) const { Feature } = require("../../../handler");

module.exports = class extends Feature { constructor() { super("Игры", { name: "Игры", commands: ["rolldice","flipcoin","slots"], events: [] }); } };

Commands not appear in feature image

ay0ks avatar Jun 03 '20 08:06 ay0ks

cuz u need use method to register commands

zvshka avatar Jun 08 '20 10:06 zvshka

cuz u need use method to register commands

I have all methods in Handler.js Can u give example?

ay0ks avatar Jun 09 '20 04:06 ay0ks

Describe the bug A clear and concise description of what the bug is.

When i try to add new feature (games) const { Feature } = require("../../../handler");

module.exports = class extends Feature { constructor() { super("Игры", { name: "Игры", commands: ["rolldice","flipcoin","slots"], events: [] }); } };

Commands not appear in feature image

Please help If you can, give code.

ay0ks avatar Jun 10 '20 15:06 ay0ks

Any Ideas?

ay0ks avatar Jun 22 '20 10:06 ay0ks