mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Technically there's a fallback
This commit is contained in:
@@ -7,8 +7,7 @@ module.exports = class HelloWorldCommand extends Command {
|
|||||||
aliases: ['hello', 'hey', 'hoi', 'hola'],
|
aliases: ['hello', 'hey', 'hoi', 'hola'],
|
||||||
group: 'single',
|
group: 'single',
|
||||||
memberName: 'hi',
|
memberName: 'hi',
|
||||||
description: 'Hello.',
|
description: 'Hello.'
|
||||||
clientPermissions: ['ADD_REACTIONS', 'READ_MESSAGE_HISTORY']
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user