Skip to content

Commit

Permalink
fix:name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RGHANILOO committed Apr 23, 2024
1 parent b09f58a commit 2c5374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commandCenter/commands/Assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'dotenv/config'
import { fetchOpenAIChatCompletion } from '../../openai'

export const Assistant: Command = {
name: 'asssistant',
name: 'assistant',
description: 'assistant command',
type: ApplicationCommandType.ChatInput,
options: [
Expand Down

0 comments on commit 2c5374b

Please sign in to comment.