Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1stupidgeek/save-deez-notes
/ functions
Functions
33 in github.com/1stupidgeek/save-deez-notes
⨍
Functions
33
◇
Types & classes
3
↓ 7 callers
Function
getClient
()
src/utils/bot.ts:23
↓ 7 callers
Function
getGuild
(client: Client)
src/utils/bot.ts:135
↓ 2 callers
Function
getAllChannels
()
src/utils/api.ts:44
↓ 1 callers
Function
changeTitle
(id: string, title: string)
src/utils/bot.ts:104
↓ 1 callers
Function
changeTitle
(id: string, title: string)
src/utils/api.ts:32
↓ 1 callers
Function
checkVars
()
checkVars.mjs:3
↓ 1 callers
Function
createNewChannel
( channelName: string, )
src/utils/bot.ts:61
↓ 1 callers
Function
createNewChannel
(channelName: string)
src/utils/api.ts:58
↓ 1 callers
Function
createRateLimiter
({ maxRequests, windowMs, }: RateLimiterOptions)
src/utils/limiter.ts:15
↓ 1 callers
Function
deleteChannel
(id: string)
src/utils/bot.ts:87
↓ 1 callers
Function
deleteChannel
(id: string)
src/utils/api.ts:76
↓ 1 callers
Function
fetchMessage
(noteID: string)
src/utils/api.ts:1
↓ 1 callers
Function
formatTitle
(name: string)
src/app/components/TextArea.tsx:42
↓ 1 callers
Function
getAllChannels
()
src/utils/bot.ts:117
↓ 1 callers
Function
getLatestMessage
(channelId: string)
src/utils/bot.ts:162
↓ 1 callers
Function
loadData
()
src/app/components/TextArea.tsx:23
↓ 1 callers
Function
postText
(noteId: string, message: string)
src/utils/api.ts:16
↓ 1 callers
Function
sendMessage
(channelId: string, message: string)
src/utils/bot.ts:141
Function
DELETE
(req: NextRequest)
src/app/api/deleteChannel/route.ts:6
Function
GET
()
src/app/api/getChannels/route.ts:5
Function
Home
()
src/app/page.tsx:6
Function
Loading
()
src/app/loading.tsx:3
Function
PATCH
(req: Request)
src/app/api/changeTitle/route.ts:6
Function
POST
(req: NextRequest)
src/app/api/createNewChannel/route.ts:12
Function
POST
(req: NextRequest)
src/app/api/getNote/route.ts:6
Function
POST
(req: Request)
src/app/api/send/route.ts:6
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:18
Function
SideNav
()
src/app/components/SideNav.tsx:7
Function
TextArea
()
src/app/components/TextArea.tsx:11
Function
getChannelByName
( client: Client, channelName: string, )
src/utils/bot.ts:48
Function
handleContentChange
(e: ChangeEvent<HTMLTextAreaElement>)
src/app/components/TextArea.tsx:75
Function
handleTitleChange
(e: ChangeEvent<HTMLInputElement>)
src/app/components/TextArea.tsx:81
Function
post
(message: string)
src/utils/upload.ts:1