#
Server
Warning
This page is meant for developers
Note
If the user has not accepted to crash reporting, this file will do nothing.
#
Directly usable functions and values
from src.server import SendCrashReport
# Send a crash report to the discord server (only if the user has accepted crash reporting).
SendCrashReport(type:str, message:str, additional=None)
#
Description
Will send data my personal server, for now all data forwarded onwards to the discord.
No data is stored yet.