trustfunds
trustfunds
DIAdiscord.js - Imagine a bot
Created by thaferra on 2/9/2024 in #djs-questions
Embed Message
this is not a djs issue atp its a js issue. have proper knowledge of js first there are some useful resources here ->#resources
43 replies
DIAdiscord.js - Imagine a bot
Created by thaferra on 2/9/2024 in #djs-questions
Embed Message
stop spoonfeeding
43 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
for example
const world = 'world';
console.log(`Hello ${world}`); // prints hello world
const world = 'world';
console.log(`Hello ${world}`); // prints hello world
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
its dead simple mate
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
you could use a string template instead of doing this 😂
let groupDataValue = '\nRank Name: <rank name>'.replace("<rank name>", await roblox.getRankNameInGroup(groupID, robloxID));
let groupDataValue = '\nRank Name: <rank name>'.replace("<rank name>", await roblox.getRankNameInGroup(groupID, robloxID));
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
then you nmeed to get that data
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
you need to dynamically get the data for that profile
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
what are you expecting to be in that variable
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
no
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
you need to put something into that variable
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
an empty string is falsy so it will not run this section of code
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
No description
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
you dont put anything in that variable
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
up until the point you use the selection statement on like 149
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
but throughout all of the proceeding code
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
here you define groupDataValue
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
No description
62 replies
DIAdiscord.js - Imagine a bot
Created by Dusk on 12/22/2023 in #djs-questions
Checkuser Discord Bot Script
lemme keep it nice and simple for you
62 replies
DIAdiscord.js - Imagine a bot
Created by trustfunds on 10/24/2022 in #djs-questions
Error with Documentation
I know. But I'm saying that there's something wrong with the documentation.
6 replies