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