mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -13,8 +13,8 @@ module.exports = class SoundCloudCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'soundcloud',
|
||||
description: 'Searches SoundCloud for a song. (;soundcloud Turtle Dreams)',
|
||||
examples: [';soundcloud Turtle Dreams'],
|
||||
description: 'Searches SoundCloud for a song. (x;soundcloud Turtle Dreams)',
|
||||
examples: ['x;soundcloud Turtle Dreams'],
|
||||
args: [{
|
||||
key: 'query',
|
||||
prompt: 'What do you want to search SoundCloud for?',
|
||||
|
||||
Reference in New Issue
Block a user