diff --git a/commands/fun/fakebot.js b/commands/fun/fakebot.js index 4fff07dc..c82e585c 100644 --- a/commands/fun/fakebot.js +++ b/commands/fun/fakebot.js @@ -25,8 +25,8 @@ class fakebotCommand extends Command { ], description: { content: 'Fake a bot/user with webhook', - usage: '', - examples: [''] + usage: '[user] [message]', + examples: ['Supositware#1616 hello!'] } }); }