MCPcopy Create free account

hub / github.com/1stupidgeek/save-deez-notes / functions

Functions33 in github.com/1stupidgeek/save-deez-notes

↓ 7 callersFunctiongetClient
()
src/utils/bot.ts:23
↓ 7 callersFunctiongetGuild
(client: Client)
src/utils/bot.ts:135
↓ 2 callersFunctiongetAllChannels
()
src/utils/api.ts:44
↓ 1 callersFunctionchangeTitle
(id: string, title: string)
src/utils/bot.ts:104
↓ 1 callersFunctionchangeTitle
(id: string, title: string)
src/utils/api.ts:32
↓ 1 callersFunctioncheckVars
()
checkVars.mjs:3
↓ 1 callersFunctioncreateNewChannel
( channelName: string, )
src/utils/bot.ts:61
↓ 1 callersFunctioncreateNewChannel
(channelName: string)
src/utils/api.ts:58
↓ 1 callersFunctioncreateRateLimiter
({ maxRequests, windowMs, }: RateLimiterOptions)
src/utils/limiter.ts:15
↓ 1 callersFunctiondeleteChannel
(id: string)
src/utils/bot.ts:87
↓ 1 callersFunctiondeleteChannel
(id: string)
src/utils/api.ts:76
↓ 1 callersFunctionfetchMessage
(noteID: string)
src/utils/api.ts:1
↓ 1 callersFunctionformatTitle
(name: string)
src/app/components/TextArea.tsx:42
↓ 1 callersFunctiongetAllChannels
()
src/utils/bot.ts:117
↓ 1 callersFunctiongetLatestMessage
(channelId: string)
src/utils/bot.ts:162
↓ 1 callersFunctionloadData
()
src/app/components/TextArea.tsx:23
↓ 1 callersFunctionpostText
(noteId: string, message: string)
src/utils/api.ts:16
↓ 1 callersFunctionsendMessage
(channelId: string, message: string)
src/utils/bot.ts:141
FunctionDELETE
(req: NextRequest)
src/app/api/deleteChannel/route.ts:6
FunctionGET
()
src/app/api/getChannels/route.ts:5
FunctionHome
()
src/app/page.tsx:6
FunctionLoading
()
src/app/loading.tsx:3
FunctionPATCH
(req: Request)
src/app/api/changeTitle/route.ts:6
FunctionPOST
(req: NextRequest)
src/app/api/createNewChannel/route.ts:12
FunctionPOST
(req: NextRequest)
src/app/api/getNote/route.ts:6
FunctionPOST
(req: Request)
src/app/api/send/route.ts:6
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:18
FunctionSideNav
()
src/app/components/SideNav.tsx:7
FunctionTextArea
()
src/app/components/TextArea.tsx:11
FunctiongetChannelByName
( client: Client, channelName: string, )
src/utils/bot.ts:48
FunctionhandleContentChange
(e: ChangeEvent<HTMLTextAreaElement>)
src/app/components/TextArea.tsx:75
FunctionhandleTitleChange
(e: ChangeEvent<HTMLInputElement>)
src/app/components/TextArea.tsx:81
Functionpost
(message: string)
src/utils/upload.ts:1