Beispiel #1
0
 public static async Task SetQuotingAsync(this DiscordUser user, bool enable) => await user.SetAsync("quoting", enable);
 //Fake property
 public static async Task SetDelayDeletingAsync(this DiscordUser user, bool enabled) => await user.SetAsync("delayDelete", enabled);