Fetches a Discord text file by its URL and returns its content. Can be used to improve mobile accessibility by offering a web view of a file, instead of having to download it.
Label | Route |
---|---|
File viewer | /?url={ENCODED_FILE_URL} |
- Deploy the development server using
bun run test
orvercel dev
- Deploy the production server using
bun run deploy
orvercel --prod