Rename searchgame to searchgames
This commit is contained in:
parent
d986b2cb7f
commit
193f172ced
|
@ -2,7 +2,7 @@ const { SlashCommandBuilder, EmbedBuilder } = require('discord.js');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
data: new SlashCommandBuilder()
|
data: new SlashCommandBuilder()
|
||||||
.setName('searchgame')
|
.setName('searchgames')
|
||||||
.setDescription('Searches the igdb database for matching games.')
|
.setDescription('Searches the igdb database for matching games.')
|
||||||
.addStringOption(option => option.setName('gamename').setDescription('The name of the game').setRequired(true)),
|
.addStringOption(option => option.setName('gamename').setDescription('The name of the game').setRequired(true)),
|
||||||
|
|
Loading…
Reference in New Issue