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',