Note: I left RichPresence undocumented, as it provides no publicly important methods other than the constructor, and deserves to be provided a builder class instead of using the raw constructor.
public class RichPresence
{
// existing code...
public static class Builder
{
// builder code...
}
}
Edit: Also added some basic logging (although more logging will be required to be professional about things)
Note: I left
RichPresence
undocumented, as it provides no publicly important methods other than the constructor, and deserves to be provided a builder class instead of using the raw constructor.Edit: Also added some basic logging (although more logging will be required to be professional about things)