CC8
CC8
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by CC8 on 1/15/2024 in #djs-questions
restart command
Oh now you have a good point. I'll try that thanks fingerguns
15 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 1/15/2024 in #djs-questions
restart command
And command
15 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 1/15/2024 in #djs-questions
restart command
I've told you i want an option to start stop my bot easily with api routes.
15 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 1/15/2024 in #djs-questions
restart command
That's why i don't want to exit the process
15 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 1/15/2024 in #djs-questions
restart command
I have an express route for that
15 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 1/15/2024 in #djs-questions
restart command
Basically turning my bot off and on
15 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 1/15/2024 in #djs-questions
restart command
I want to have a command to log off my bot and optionally run login again.
15 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 1/15/2024 in #djs-questions
restart command
I want to run client .detroy and then recreate the bot
15 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 1/15/2024 in #djs-questions
restart command
Just restart the bot in case of errors
15 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 1/15/2024 in #djs-questions
restart command
I don't want to exit the process
15 replies
SSolidJS
Created by CC8 on 1/13/2024 in #support
Basic Router
upvote thanks for the help guys
10 replies
SSolidJS
Created by CC8 on 1/13/2024 in #support
Basic Router
alright thanks fingerguns now do you know a way I can export the navigate function because I want to use it in other components without passing it through props
10 replies
SSolidJS
Created by CC8 on 1/13/2024 in #support
Basic Router
so i should so something likethis ?
return (
<>
{(() => {
switch (path()) {
case '/':
return <Home />
case '/dashboard':
return <Dashboard />
default:
return (
<>
<button onClick={() => navigate('/')}>Home</button>
</>
)
}
})()}
</>
)
return (
<>
{(() => {
switch (path()) {
case '/':
return <Home />
case '/dashboard':
return <Dashboard />
default:
return (
<>
<button onClick={() => navigate('/')}>Home</button>
</>
)
}
})()}
</>
)
10 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 6/2/2023 in #djs-questions
Check if token valid
FeelsBadMan thanks @flags64 exactly what i needed
16 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 6/1/2023 in #djs-questions
Failed to compileModule not found: Can't resolve 'zlib-sync'
yeah thanks
3 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 3/25/2023 in #djs-questions
is there any way to fetch an interaction by it's id?
PeepoPing just do it with a normal message not an interaction
27 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 3/25/2023 in #djs-questions
is there any way to fetch an interaction by it's id?
but i found a way so thanks for the quick replies
27 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 3/25/2023 in #djs-questions
is there any way to fetch an interaction by it's id?
something scheduled
27 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 3/25/2023 in #djs-questions
is there any way to fetch an interaction by it's id?
okay thanks
27 replies
DIAdiscord.js - Imagine an app
Created by CC8 on 3/25/2023 in #djs-questions
is there any way to fetch an interaction by it's id?
nope
27 replies