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