# Server

Published 2024-01-30

# 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.