Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 680 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 680 Bytes

discord-vouch-display

Display your discord vouches on your website.

To Do

  • Clean up the code
  • Enhance the visual appeal
  • Switch to sql database
  • Display vouches in real time
  • Implement a user-friendly function to easily remove vouches from the list
  • Provide an set-up tutorial

Installation

config.json

{
    "token":"Discord token here",
    "channel": "Discord channel ID",
    "path":"Path to receive.php for example https://example.com/system/receive.php",
    "key":"Your secret key"
}

system/receive.php

$validKey = "Your secret key"; # YOUR KEY HERE

License

MIT