Skip to content
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
/ report-server Public archive

[Superseded by Beezig/api-server] Beezig's report server, written in JavaScript.

License

Notifications You must be signed in to change notification settings

Beezig/report-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reports server (Beezig)

This is Beezig's report server.

Routes

It receives report requests via POST /report.

  • Go here for Beezig's implementation.

It also receives Discord requests via GET /check/:id.
These requests can be used to check if a user is a member of the Beezig Discord guild.

Environment

  • BOT_TOKEN: Discord bot token to use.
  • BOT_GUILD_ID: The guild ID the bot should use when checking if a player is a member.
  • REPORTS_HOOK_ID: Discord webhook ID to send reports.
  • REPORTS_HOOK_KEY: The webhook's secret key.
  • REPORTS_MOD_ROLE: The moderator role that will be pinged.
  • ERROR_HOOK_ID: Webhook ID for error reporting.
  • ERROR_HOOK_KEY: Webhook key for error reporting.

About

[Superseded by Beezig/api-server] Beezig's report server, written in JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published