This commit is contained in:
Lukian LEIZOUR 2023-03-30 16:40:36 +02:00
parent 7cbaa32b60
commit 323d861852
2 changed files with 15 additions and 32 deletions

View file

@ -3,7 +3,7 @@ const {ApplicationCommandOptionType} = require('discord.js');
const commands = [
{
name: 'gptrequest',
description: 'Make a request to the GPT-3.5-Turbo API',
description: 'Make a request to the GPT-4 API',
options: [
{
name: 'question',
@ -102,11 +102,6 @@ const commands = [
name : 'github',
description : 'Get the github link of the bot',
},
{
name : 'servers',
description : 'Get the number of servers the bot is in',
},
];
module.exports = { commands };