mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-06 10:11:27 +03:00
Fix and improve broken and bad code.
Improve command handler, fixed message logging, fixes potential prefix problem, other small changes
This commit is contained in:
@@ -17,7 +17,8 @@ module.exports = class NewCommand extends Command {
|
||||
{
|
||||
name: i18n('commands.new.args.topic.name'),
|
||||
description: i18n('commands.new.args.topic.description'),
|
||||
required: false,
|
||||
example: i18n('commands.new.args.topic.example'),
|
||||
required: true,
|
||||
}
|
||||
]
|
||||
});
|
||||
|
Reference in New Issue
Block a user