mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 14:04:38 +02:00
Add option to not send typing status
This commit is contained in:
@@ -6,7 +6,8 @@ module.exports = class HiCommand extends Command {
|
||||
name: 'hi',
|
||||
aliases: ['hello', 'hey', 'hoi', 'hola'],
|
||||
group: 'single',
|
||||
description: 'Hello.'
|
||||
description: 'Hello.',
|
||||
sendTyping: false
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user