From e21543a3df70dbeec47a10d1632c85fca4603b43 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 9 Jan 2021 12:51:15 -0500 Subject: [PATCH] Allow c4 in dm --- commands/games-mp/connect-four.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/games-mp/connect-four.js b/commands/games-mp/connect-four.js index e3cbca71..14502478 100644 --- a/commands/games-mp/connect-four.js +++ b/commands/games-mp/connect-four.js @@ -16,7 +16,6 @@ module.exports = class ConnectFourCommand extends Command { group: 'games-mp', memberName: 'connect-four', description: 'Play a game of Connect Four with another user.', - guildOnly: true, credit: [ { name: 'Hasbro',