From aa0555fcc52dcbeeb51ce73af8d7220da1345dd4 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 27 Mar 2020 22:29:08 +0100 Subject: [PATCH] restrict to guild --- commands/fun/fakebot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/fun/fakebot.js b/commands/fun/fakebot.js index fb02721..5e7c991 100644 --- a/commands/fun/fakebot.js +++ b/commands/fun/fakebot.js @@ -24,6 +24,7 @@ class fakebotCommand extends Command { match: 'rest', } ], + channel: 'guild', description: { content: 'Fake a bot/user with webhook', usage: '[user] [message]',