C# Class DamageMeter.Discord

Show file Open project: neowutran/ShinraMeter

Public Methods

Method Description
Send ( ulong server, ulong channel, string message, bool removeAll ) : void

Private Methods

Method Description
Connect ( ) : void
Discord ( ) : Data
_client_Ready ( object sender, EventArgs e ) : void

Method Details

Send() public method

public Send ( ulong server, ulong channel, string message, bool removeAll ) : void
server ulong
channel ulong
message string
removeAll bool
return void