update example in description

This commit is contained in:
loicbersier 2019-08-12 18:41:15 +02:00
parent 67669bf796
commit 551829fbba

View file

@ -25,8 +25,8 @@ class fakebotCommand extends Command {
], ],
description: { description: {
content: 'Fake a bot/user with webhook', content: 'Fake a bot/user with webhook',
usage: '', usage: '[user] [message]',
examples: [''] examples: ['Supositware#1616 hello!']
} }
}); });
} }