mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -7,8 +7,8 @@ module.exports = class EmbedCommand extends Command {
|
||||
name: 'embed',
|
||||
group: 'textedit',
|
||||
memberName: 'embed',
|
||||
description: 'Sends a message in an embed. (;embed This is an example.)',
|
||||
examples: [';embed This is an example.'],
|
||||
description: 'Sends a message in an embed. (x;embed This is an example.)',
|
||||
examples: ['x;embed This is an example.'],
|
||||
guildOnly: true,
|
||||
args: [{
|
||||
key: 'text',
|
||||
|
||||
Reference in New Issue
Block a user