Ejemplo n.º 1
0
 public static async Task UpdateCooldown(this ISocketMessageChannel channel, string tag)
 => await CooldownService.UpdateCooldown("discord", Convert.ToInt64(channel.Id), tag, true);
Ejemplo n.º 2
0
 public static async Task UpdateCooldown(this SocketUser user, string tag)
 => await CooldownService.UpdateCooldown("discord", Convert.ToInt64(user.Id), tag, false);