Update randomgame description
This commit is contained in:
parent
763b634d6d
commit
f9648e4d50
|
@ -4,7 +4,7 @@ const { getCoverURL, getGameJson, getCompanyInfo, getGenres, getReleaseDates } =
|
||||||
module.exports = {
|
module.exports = {
|
||||||
data: new SlashCommandBuilder()
|
data: new SlashCommandBuilder()
|
||||||
.setName('randomgame')
|
.setName('randomgame')
|
||||||
.setDescription('[Experimental] Get a random game from the IGDB database.')
|
.setDescription('Get a random game from the IGDB database.')
|
||||||
.addBooleanOption(option => option.setName('madness').setDescription('Let The Ochulus off the rails at your own risk')),
|
.addBooleanOption(option => option.setName('madness').setDescription('Let The Ochulus off the rails at your own risk')),
|
||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue