Exemple #1
0
        public async Task DeleteAllForPrompt(string prompt)
        {
            await _reactions.RemoveReaction(prompt);

            await Context.Channel.SendSuccessAsync($"Custom Reactions for {prompt} removed.");
        }