Esempio n. 1
0
 public void SendReport(string reporterNick, string reporterId, string reporterIp, string reporterRole, string reportedNick, string reportedId, string reportedIp, string reportedRole, string reason) => EmbedBuilder.BuildReport(reporterNick, reporterRole, reporterId, reporterIp, reportedNick, reportedRole, reportedId, reportedIp, reason)?.Send();