lisekilis
Explore posts from serversCDCloudflare Developers
•Created by lisekilis on 3/25/2025 in #workers-help
how to define the existance of secrets in wrangler.jsonc?

15 replies
CDCloudflare Developers
•Created by lisekilis on 3/25/2025 in #workers-help
how to define the existance of secrets in wrangler.jsonc?

15 replies
CDCloudflare Developers
•Created by lisekilis on 3/25/2025 in #workers-help
how to define the existance of secrets in wrangler.jsonc?

15 replies
CDCloudflare Developers
•Created by lisekilis on 3/25/2025 in #workers-help
how to define the existance of secrets in wrangler.jsonc?
worker-configuration.d.ts
:
somewhere in the code:
console.log(env.DISCORD_APP_ID);
15 replies
CDCloudflare Developers
•Created by lisekilis on 3/25/2025 in #workers-help
how to define the existance of secrets in wrangler.jsonc?
well then I'm doing it correctly and yet the secrets turn up empty when i try to use them or log them to check if they work
15 replies
CDCloudflare Developers
•Created by lisekilis on 3/25/2025 in #workers-help
how to define the existance of secrets in wrangler.jsonc?
i did try to manually type them in
worker-configuration.d.ts
, stopped ts from screaming @ me but they don't work15 replies
CDCloudflare Developers
•Created by lisekilis on 3/25/2025 in #workers-help
how to define the existance of secrets in wrangler.jsonc?
i am using ts
15 replies
CDCloudflare Developers
•Created by lisekilis on 3/25/2025 in #workers-help
how to define the existance of secrets in wrangler.jsonc?
oh and calling them by using
env.SECRET_NAME
didn't work for me15 replies
CDCloudflare Developers
•Created by lisekilis on 3/17/2025 in #workers-help
Worker secrets How do they work?
turns out that didn't work
4 replies
CDCloudflare Developers
•Created by lisekilis on 3/17/2025 in #workers-help
Worker secrets How do they work?
or is there a better way of api token management?
i have tried using kv before but decided against it
4 replies
DIAdiscord.js - Imagine an app
•Created by lisekilis on 3/16/2025 in #djs-questions
idiot can't figure out how a (ts) bot project should look like
hopefully not at all
33 replies
DIAdiscord.js - Imagine an app
•Created by lisekilis on 3/16/2025 in #djs-questions
idiot can't figure out how a (ts) bot project should look like
33 replies
DIAdiscord.js - Imagine an app
•Created by lisekilis on 3/16/2025 in #djs-questions
idiot can't figure out how a (ts) bot project should look like
how wrong is this
33 replies
DIAdiscord.js - Imagine an app
•Created by lisekilis on 3/16/2025 in #djs-questions
idiot can't figure out how a (ts) bot project should look like
alright
33 replies
DIAdiscord.js - Imagine an app
•Created by lisekilis on 3/16/2025 in #djs-questions
idiot can't figure out how a (ts) bot project should look like
how bad of an idea is storage of the bot settings in cloudflare kv storage
33 replies
DIAdiscord.js - Imagine an app
•Created by lisekilis on 3/16/2025 in #djs-questions
idiot can't figure out how a (ts) bot project should look like
got 1 kinda relevant question
33 replies
DIAdiscord.js - Imagine an app
•Created by lisekilis on 3/16/2025 in #djs-questions
idiot can't figure out how a (ts) bot project should look like
it is very wrong
33 replies
DIAdiscord.js - Imagine an app
•Created by lisekilis on 3/16/2025 in #djs-questions
idiot can't figure out how a (ts) bot project should look like
this is the one thing i have from before i scrapped everything
33 replies
DIAdiscord.js - Imagine an app
•Created by lisekilis on 3/16/2025 in #djs-questions
idiot can't figure out how a (ts) bot project should look like
i'll attempt to do that and get back to you if i encounter any issues or succeed
33 replies