mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2025-12-15 20:46:07 -05:00
Delete Model Command (#150)
* Add: Delete Model Command * Update: version increment * Update: new command to tests
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { Client, CommandInteraction, ApplicationCommandOptionType } from 'discord.js'
|
||||
import { SlashCommand } from '../utils/commands.js'
|
||||
import { AdminCommand } from '../utils/index.js'
|
||||
import { Client, CommandInteraction } from 'discord.js'
|
||||
import { AdminCommand, SlashCommand } from '../utils/index.js'
|
||||
|
||||
export const Shutoff: SlashCommand = {
|
||||
name: 'shutoff',
|
||||
|
||||
Reference in New Issue
Block a user