Hurb
Hurb
Explore posts from servers
TIPThe Iris Project
Created by MrPotato🎧🌒 on 4/4/2024 in #iris-issues
question
bro im installing Iris and DH on Amd Radeon hd 5450, Intel Pentium CPU G3260, 8 GB ram and its has small damage, you definetly should be fine
15 replies
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
:haha_yes:
18 replies
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
No description
18 replies
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
thanks, I will continue my 5fps shader experiment
18 replies
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
it's already 17 years old gpu. i don't expect it to be supported
18 replies
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
No description
18 replies
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
I think it's because of the Shadow Distance.
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Hurb on 3/1/2024 in #djs-questions
typescript error
like that?
type CustomSlashCommandBuilder = Omit<
SlashCommandBuilder,
| "addBooleanOption"
| "addUserOption"
| "addChannelOption"
| "addRoleOption"
| "addAttachmentOption"
| "addMentionableOption"
| "addStringOption"
| "addIntegerOption"
| "addNumberOption"
| "addSubcommand"
| "addSubcommandGroup"
>;
export interface SlashCommand {
command: CustomSlashCommandBuilder;
execute: (interaction: ChatInputCommandInteraction) => void;
autocomplete?: (interaction: AutocompleteInteraction) => void;
modal?: (interaction: ModalSubmitInteraction<CacheType>) => void;
}
type CustomSlashCommandBuilder = Omit<
SlashCommandBuilder,
| "addBooleanOption"
| "addUserOption"
| "addChannelOption"
| "addRoleOption"
| "addAttachmentOption"
| "addMentionableOption"
| "addStringOption"
| "addIntegerOption"
| "addNumberOption"
| "addSubcommand"
| "addSubcommandGroup"
>;
export interface SlashCommand {
command: CustomSlashCommandBuilder;
execute: (interaction: ChatInputCommandInteraction) => void;
autocomplete?: (interaction: AutocompleteInteraction) => void;
modal?: (interaction: ModalSubmitInteraction<CacheType>) => void;
}
6 replies
SIASapphire - Imagine a framework
Created by Hurb on 9/14/2023 in #sapphire-support
how to get all commands
const commands = this.container.stores.get("commands");
4 replies