Bobjoerules
Bobjoerules
DIAdiscord.js - Imagine an app
Created by Bobjoerules on 11/21/2023 in #djs-questions
Is there a way to detect when the server pfp image changes?
I was wondering and could not find anything about it
6 replies
DIAdiscord.js - Imagine an app
Created by Bobjoerules on 11/13/2023 in #djs-questions
Why does .content not work when it is in the array?
in my example the newName shows content in it but newName.content does not give back anything
20 replies
DIAdiscord.js - Imagine an app
Created by Bobjoerules on 11/13/2023 in #djs-questions
Is there a way to see what category a channel is in
I was wondering if there was a way to see what category a channel was in like
channel.catagory.name
channel.catagory.name
3 replies
DIAdiscord.js - Imagine an app
Created by Bobjoerules on 11/7/2023 in #djs-questions
check to see if new channel is a category or a text channel
is there away to see if the new channel is a category or text channel and only do something if so?
client.on("channelCreate", async (channel) => {}
client.on("channelCreate", async (channel) => {}
8 replies
DIAdiscord.js - Imagine an app
Created by Bobjoerules on 5/6/2023 in #djs-questions
Difference in server numbers
5 replies
DIAdiscord.js - Imagine an app
Created by Bobjoerules on 4/27/2023 in #djs-questions
How code I send the discord.js version as a message?
I want to be able to add the discord.js version that is running
13 replies
DIAdiscord.js - Imagine an app
Created by Bobjoerules on 7/21/2022 in #djs-questions
what does this mean?
Promise rejection: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received type number (264)
Promise rejection: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received type number (264)
2 replies