mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -12,8 +12,8 @@ module.exports = class GoogleCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'google',
|
||||
description: 'Searches Google. (;google Cat)',
|
||||
examples: [';google Cat'],
|
||||
description: 'Searches Google. (x;google Cat)',
|
||||
examples: ['x;google Cat'],
|
||||
args: [{
|
||||
key: 'query',
|
||||
prompt: 'What would you like to search for?',
|
||||
|
||||
Reference in New Issue
Block a user