Make a status for kick streamers who want to have a rich presence on discord
REQUIRE :
- An computer
- NodeJS (Stable or latest version) https://nodejs.org/en
Steps :
- Go on https://discord.com/developers/applications
- Create new application
- Custom the username of the bot for changing the "big" text
- Go to OAuth2 and copy the "Client ID".
- Paste the ClientID in the
const clientId = '';
- In the "Rich presence" category on discord dev portal, go on Art Assets and upload your image (Just wait few minutes before they appair on the page, you can reload for checking)
- In the terminal of the directory do this command :
npm init -y
and afternpm install
- In the terminal, launch the script with
node index
Add star on my repo if you like it :)