Files
sripwoud afcd4cc74a chore: remove contracts (#503)
* chore: delete `contracts`

* ci: remove forge/contracts related steps
2024-08-27 15:47:39 +02:00
..
2024-08-07 13:03:22 +02:00
2023-08-09 12:44:18 +02:00
2024-08-07 13:03:22 +02:00
2024-08-19 10:15:46 +02:00
2024-08-19 10:15:46 +02:00
2024-08-03 21:07:31 +02:00
2024-08-27 15:47:39 +02:00
2023-08-09 12:44:24 +02:00
2024-08-02 15:53:59 +02:00

Discord Verification Bot

Set Up

  1. Create Bot in Discord Developer Portal

  2. Set Bot Permissions for Installation

    Scopes: application.commands, bot

    Permission Reason
    Manage Channels Create a private verification per user and delete it after successful verification
    Manage Messages Delete messages after successful verification for better privacy
    Manage Roles Grant verified role
    Read Message History Delete verification request message in public channel after successful verification for better privacy
    Send Messages Communicate instructions and verification result to user
    View Channels Need to be able to read user messages in order to handle verification requests

(Permissions integer: 2415922176)

Develop

  1. Set environment variables (see .env-sample
  2. Install deps: pnpm --filter discord-bot start.dev