Exemplo n.º 1
0
        public async Task DeleteReaction(int id)
        {
            await _reactions.RemoveReactionByID(id);

            await Context.Channel.SendSuccessAsync($"Custom Reactions #{id} removed.");
        }