Ejemplo n.º 1
0
        public Task SmugAsync()
        {
            // Builds the smug
            EmbedBuilder smug = new EmbedBuilder();

            // Sets the smug with a smug
            smug.Title    = "*smugs*";
            smug.ImageUrl = JsonWrapper.JsonChoose <string>(@"E:\Development\_Bots\Discord\Ageha\Ageha\Resources\smug.json");

            // Sends back the smug to the command issuer
            return(ReplyAsync(embed: smug.Build()));
        }