forked from ShufflePerson/Discord_CDN
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
root
committed
Nov 17, 2023
1 parent
c97e1da
commit c1889be
Showing
10 changed files
with
1,341 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.