mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 21:44:48 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -7,8 +7,8 @@ module.exports = class ZalgoCommand extends Command {
|
||||
name: 'zalgo',
|
||||
group: 'textedit',
|
||||
memberName: 'zalgo',
|
||||
description: 'Zalgoizes Text (;zalgo This Text)',
|
||||
examples: [';zalgo This Text'],
|
||||
description: 'Zalgoizes Text (x;zalgo This Text)',
|
||||
examples: ['x;zalgo This Text'],
|
||||
args: [{
|
||||
key: 'text',
|
||||
prompt: 'What text would you like to convert to zalgo?',
|
||||
|
||||
Reference in New Issue
Block a user