From 551829fbba89255bcea36b7a5bc7f0d55f6ad90f Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 12 Aug 2019 18:41:15 +0200 Subject: [PATCH] update example in description --- commands/fun/fakebot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!'] } }); }