mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2025-12-15 20:46:07 -05:00
slash commands integrated
* sample env and late version incr * added slash command compatibility * updated command name * updated environment sample * updated interaction comment
This commit is contained in:
6
src/commands/index.ts
Normal file
6
src/commands/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { SlashCommand } from '../utils/commands.js'
|
||||
import { ThreadCreate } from './threadCreate.js'
|
||||
|
||||
export default [
|
||||
ThreadCreate
|
||||
] as SlashCommand[]
|
||||
Reference in New Issue
Block a user