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:
@@ -14,8 +14,8 @@ module.exports = class IMDBCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'imdb',
|
||||
description: 'Searches IMDB for a specified movie. (;imdb How to Train Your Dragon)',
|
||||
examples: [';imdb How to Train Your Dragon'],
|
||||
description: 'Searches IMDB for a specified movie. (x;imdb How to Train Your Dragon)',
|
||||
examples: ['x;imdb How to Train Your Dragon'],
|
||||
args: [{
|
||||
key: 'movie',
|
||||
prompt: 'What movie or TV Show would you like to search for?',
|
||||
|
||||
Reference in New Issue
Block a user