Hurb
Hurb
Explore posts from servers
TIPThe Iris Project
Created by Hurb on 4/1/2024 in #iris-issues
When i use any type of shader atio6axx.dll error crashes minecraft
MODS: - Fabric API - Indium - Sodium - Iris GPU - amd radeon hd 5450 (i know its like a trash) - Driver Support Installed
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Hurb on 3/1/2024 in #djs-questions
typescript error
Type 'Omit<SlashCommandBuilder, "addSubcommand" | "addSubcommandGroup">' is missing the following properties from type 'SlashCommandBuilder': addSubcommandGroup, addSubcommand, _sharedAddOptionMethodts(2739)
handler.d.ts(10, 3): The expected type comes from property 'command' which is declared here on type 'SlashCommand'
Type 'Omit<SlashCommandBuilder, "addSubcommand" | "addSubcommandGroup">' is missing the following properties from type 'SlashCommandBuilder': addSubcommandGroup, addSubcommand, _sharedAddOptionMethodts(2739)
handler.d.ts(10, 3): The expected type comes from property 'command' which is declared here on type 'SlashCommand'
import {
AutocompleteInteraction,
ChatInputCommandInteraction,
Client,
ModalSubmitInteraction,
SlashCommandBuilder,
} from "discord.js";
export interface SlashCommand {
command: SlashCommandBuilder;
execute: (interaction: ChatInputCommandInteraction) => void;
autocomplete?: (interaction: AutocompleteInteraction) => void;
modal?: (interaction: ModalSubmitInteraction<CacheType>) => void;
}
import {
AutocompleteInteraction,
ChatInputCommandInteraction,
Client,
ModalSubmitInteraction,
SlashCommandBuilder,
} from "discord.js";
export interface SlashCommand {
command: SlashCommandBuilder;
execute: (interaction: ChatInputCommandInteraction) => void;
autocomplete?: (interaction: AutocompleteInteraction) => void;
modal?: (interaction: ModalSubmitInteraction<CacheType>) => void;
}
6 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Hurb on 10/29/2023 in #djs-questions
Does anyone have a https request bot infrastructure?
?
3 replies
SIASapphire - Imagine a framework
Created by Hurb on 9/14/2023 in #sapphire-support
how to get all commands
.
4 replies