Skip to content

Commit

Permalink
fix and add many
Browse files Browse the repository at this point in the history
  • Loading branch information
avalynndev committed Mar 5, 2023
1 parent 91c65a1 commit b5ba8cc
Show file tree
Hide file tree
Showing 12 changed files with 930 additions and 38 deletions.
2 changes: 0 additions & 2 deletions Commands/Fun/Games/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module.exports = {
{ name: "Would-You-Rather", value: "wouldyourather" }
)
)
.setDMPermission(false)
)
.addSubcommand((options) =>
options
Expand All @@ -52,6 +51,5 @@ module.exports = {
.setDescription("*Choose your opponent for the game.")
.setRequired(true)
)
.setDMPermission(false)
),
};
3 changes: 1 addition & 2 deletions Commands/Fun/Games/multiplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ const { Connect4, RockPaperScissors, TicTacToe } = require("discord-gamecord");
module.exports = {
subCommand: "games.multiplayer",
/**
*
* @param {Client} client
* @param {ChatInputCommandInteraction} interaction
*
*/
async execute(interaction) {
const game = interaction.options.getString("game");
Expand Down
Loading

0 comments on commit b5ba8cc

Please sign in to comment.