commit
This commit is contained in:
parent
7cbaa32b60
commit
323d861852
2 changed files with 15 additions and 32 deletions
|
@ -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 };
|
Loading…
Add table
Add a link
Reference in a new issue