Ejemplo n.º 1
0
        public async Task Post([Remainder] string text)
        {
            var msg = await ReplyAsync(null, false, Enigma.Post(text, Context.User));

            await msg.AddReactionAsync(BotReactions.ViewMessage);
        }