mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Remove useless aliases, bug fixes
This commit is contained in:
@@ -10,11 +10,11 @@ const types = {
|
||||
unknown: 'Unknown'
|
||||
};
|
||||
|
||||
module.exports = class ChannelInfoCommand extends Command {
|
||||
module.exports = class ChannelCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'channel-info',
|
||||
aliases: ['channel'],
|
||||
name: 'channel',
|
||||
aliases: ['channel-info'],
|
||||
group: 'info',
|
||||
memberName: 'channel',
|
||||
description: 'Responds with detailed information on a channel.',
|
||||
|
||||
Reference in New Issue
Block a user