Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 17, 2023
1 parent c97e1da commit c1889be
Show file tree
Hide file tree
Showing 10 changed files with 1,341 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
node_modules/
dist/
.git/
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Discord CDN

**Discord CDN** Allows you to bypass the expiry on download links.

This is achived by using a HTTP server created by **Discord CDN**, which will return a valid and up to date download link for the given Message ID.

You must have have a token of an account that can see the file's message.

## How setup
Loading

0 comments on commit c1889be

Please sign in to comment.