Skip to content

Commit

Permalink
tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaym-tech committed Mar 1, 2023
1 parent 06f76f2 commit 4fced54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# DJS-RichPresence
Discord Rich Presence client for JavaScript

# Tutorial
1. Open your application from [Discord Developer Portal]() and copy Client_ID and Client_Secret to add thme to dotenv
2. Go to `Your Application -> Rich Presence -> Art Assets -> Rich Presence assets ` then upload your images there
<img width="1051" alt="image" src="https://user-images.githubusercontent.com/43763935/222148390-623a5195-09d2-4d76-b590-7ab0db02fec9.png">
3. Clone repository ```git clone https://github.com/rhaym-tech/DJS-RichPresence```
4. Open it ```cd DJS-RichPresence```
5. Edit the file `.env example` and rename it to `.env`
6. Download dependencies ```npm i```
7. Run Project ```npm run start```

0 comments on commit 4fced54

Please sign in to comment.