Update randomgame description

This commit is contained in:
baz 2025-01-07 09:25:08 +01:00
parent 763b634d6d
commit f9648e4d50
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const { getCoverURL, getGameJson, getCompanyInfo, getGenres, getReleaseDates } =
module.exports = {
data: new SlashCommandBuilder()
.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')),
async execute(interaction) {