Woffer12
TTCTheo's Typesafe Cult
•Created by K1|ller on 11/7/2024 in #questions
What's the folder structure of the zillow's "product page"??
Not sure, I would check the next documentation
8 replies
TTCTheo's Typesafe Cult
•Created by K1|ller on 11/7/2024 in #questions
What's the folder structure of the zillow's "product page"??
https://youtu.be/d5x0JCZbAJs?si=xNy_J5YVAa-edmia&t=5527
&
https://nextjs.org/docs/app/building-your-application/routing/parallel-routes
&
https://nextjs.org/docs/app/building-your-application/routing/intercepting-routes
8 replies
TTCTheo's Typesafe Cult
•Created by CommandoBrando on 8/24/2024 in #questions
Best way to do form?
Ive been happy with ract hook form through shad cn components
10 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
@Rem
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
This is weird because other stuff seems to work fine
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
would there be a way for me to fix this issue without changing how that works? not particaly fond of doing a complete re-write of that system
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
just return it to the api, i don't alter it.
Its just sending/receiving data between the bot and api through nats, i don't know the specifics as i was not the one to set it up
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
Here is the full code of the sections
Rule config data looks like:
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
I get the rules originally with this code (below) do some stuff with it, then run the code above ( https://canary.discord.com/channels/222078108977594368/1198436552083247114/1198617628864938114 ) on it
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
So i switched it to get from the cache but that does not fix the issue, both
client.guilds.cache
and guild.autoModerationRules.cache
return what they should but i still get the null.
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
dang
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
strange
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
so should i be using the cache instead of directly fetching things?
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
logs the 2 rules present in the guild
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
going to go to bed now but if you know anything about this please comment
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
does a
rule.edit()
work fine for you?40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
just to add, using things like .setName() also do not work (they just call this.edit() so basically the same thing i am trying to do overall)
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
if anyone else has any ideas i would like to hear
40 replies
DIAdiscord.js - Imagine an app
•Created by Woffer12 on 1/21/2024 in #djs-questions
Cannot read properties of null when editing a automod rule
yea it returns true
40 replies