Ejemplo n.º 1
0
        public async Task KeywordAsync(string keyword)
        {
            string messageToSend = await KeywordService.GetAsync(keyword, Context.Guild.Id);

            await Context.Channel.SendMessageAsync(messageToSend);
        }