Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uhkayla/aw_daemon
Discord bot for ANGELWARE server verification. Single instance, runs in Docker.
https://github.com/uhkayla/aw_daemon
Last synced: 22 days ago
JSON representation
Discord bot for ANGELWARE server verification. Single instance, runs in Docker.
- Host: GitHub
- URL: https://github.com/uhkayla/aw_daemon
- Owner: uhKayla
- Created: 2024-04-10T14:26:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:27:22.000Z (9 months ago)
- Last Synced: 2024-11-01T05:42:08.774Z (2 months ago)
- Language: C#
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AW_DAEMON
A Discord bot for verifying user accounts from ANGELWARE services in Discord servers.
Commands
- /verify - Verifies the user's account exists.Verification can use the user's Discord name or the user's email address in a direct message channel. The bot then sends a POST request to our API and depends on a 200 response for success. Other HTTP responses are optional and result in different return messages.
## To run
- Enter your TOKEN in a .env file in the project directory `./AW_Daemon/.env`
- Run via Docker Compose or build and run directly within your IDE. To run standalone please refer to your operating system to set the environment variable (not recommended).