Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhayes3 committed Aug 30, 2024
1 parent d38a602 commit 01c4932
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion commands/core/assistants.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const getAssistants = async () => {

export const data = new SlashCommandBuilder()
.setName('assistants')
.setDescription('List available OpenAI assistants');
.setDescription('List available assistants');

export async function execute(interaction) {
await interaction.deferReply();
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "binks.js",
"version": "0.1.0",
"description": "",
"description": "AI-enabled bot for Discord.",
"keywords": [],
"author": "",
"author": "jmhayes3",
"license": "MIT",
"main": "index.js",
"main": "app.js",
"type": "module",
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 01c4932

Please sign in to comment.