Add code.ts #25

Merged
probablycorey merged 1 commits from probablycorey-patch-5 into main 2025-11-13 21:42:30 +00:00
No description provided.
probablycorey added 1 commit 2025-11-13 21:19:45 +00:00
probablycorey reviewed 2025-11-13 21:20:45 +00:00
probablycorey left a comment
Author
Owner

Not into this

Not into this
@ -0,0 +3,4 @@
import "./discord/index" // Make suer the discord client is initialized
import { getConfig } from "./config"
interface ErrorLog {
Author
Owner

What is this about?

What is this about?
@ -0,0 +12,4 @@
const errors: ErrorLog[] = []
const server = serve({
Author
Owner

OMG< AND THSI

OMG< AND THSI
probablycorey reviewed 2025-11-13 21:22:29 +00:00
probablycorey left a comment
Author
Owner

!!!!

!!!!
@ -0,0 +62,4 @@
const authorizeUrl = `https://discord.com/oauth2/authorize?client_id=${process.env.DISCORD_CLIENT_ID}&scope=bot&permissions=${permissions}`
const html = (
<html>
Author
Owner

!11!

!11!
probablycorey reviewed 2025-11-13 21:33:05 +00:00
probablycorey left a comment
Author
Owner

LGTM

LGTM
@ -0,0 +69,4 @@
</body>
</html>
)
return new Response(html.toString(), { headers: { "Content-Type": "text/html" } })
Author
Owner

I'm worried about this

I'm worried about this
Author
Owner

Hell no

Hell no
probablycorey reviewed 2025-11-13 21:36:10 +00:00
probablycorey left a comment
Author
Owner

moo

moo
@ -0,0 +1,79 @@
import { serve } from "bun"
Author
Owner

ok

ok
probablycorey merged commit af4ecf3b69 into main 2025-11-13 21:42:30 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: probablycorey/ignore-me#25
No description provided.