Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.05 KB

RoBOT_N1X

Discord Interactions Bot Demo made with DiscordPHP-Slash, via heroku apache2

Setup

  1. Clone/download the repository
  2. Run composer update
  3. Go to Discord developers portal
  4. Create/select your application
  5. Copy Public Key
  6. Paste public key to environment variable CLIENT_PUBLIC_KEY
  7. Deploy your app
  8. Set Interactions Endpoint URL:
  9. Click Save
  10. Type the /ping command on your Bot in Discord

Note: Does not include steps to register the /ping command definitions, do it manually via Postman or use DiscordPHP-Slash Register class