Git Product home page Git Product logo

discord-webhook-client's Introduction

Olá! 👋

Atuando desde 2004 na área de programação, me dedico ao desenvolvimento de aplicações web utilizando a plataforma Microsoft .NET e a linguagem de programação C#. Durante este tempo, procurei por me expecializar em desenvolver soluções inovadoras e eficientes para as necessidades dos clientes, utilizando as tecnologias mais avançadas disponíveis no mercado.

Minha experiência inclui a criação de aplicações web desde a concepção inicial até a implementação e manutenção, bem como a otimização de sistemas existentes. Possuo conhecimento nas ferramentas e tecnologias relacionadas a plataforma .NET, incluindo ASP.NET, MVC, WebAPI, Background services, Entity Framework e SQL Server. Mesmo possuindo uma maior experiência em atuar no desenvolvimento back-end, também estou familiarizado com tecnologias relacionadas ao front-end, como HTML, CSS e JavaScript.

Além das habilidades técnicas, procuro trabalhar de forma colaborativa com os membros da equipe, contribuindo para a criação de um ambiente de trabalho positivo e produtivo. Sempre procuro lidar com situações desafiadoras com eficiência e eficácia.

Em resumo, busco sempre ser um profissional dedicado e comprometido em criar soluções eficientes e inovadoras para as necessidades dos clientes. Se você está procurando um especialista em desenvolvimento web com experiência na plataforma Microsoft .NET e linguagem de programação C#, acredito que posso ajudar!

Top Langs

Meus contatos:

😁 Meu site
WhatsApp
💼 LinkedIn
✉ E-mail: [email protected]

discord-webhook-client's People

Contributors

cxnky avatar dependabot[bot] avatar jlnpinheiro avatar ofirvalla avatar xpierroz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

discord-webhook-client's Issues

Requiring text along side embed

Would it be possible to use this without having to send text alongside the embed message. As leaving blank throws a error

How can I split this into to webhooks

``public` async void RoundBtn1_Click(object sender, EventArgs e)
{
MessageBox.Show("Your ticket has been sent!" + Environment.NewLine + Environment.NewLine + "Please allow up to 24 hours for our staff to reply to your message and please make sure your discord dms are open.");

        // Create an instance of the class DiscordWebhookClient with your Discord webhook URL.
        var client = new JNogueira.Discord.Webhook.Client.DiscordWebhookClient("https://discord.com/api/webhooks/");
    // Create your DiscordMessage with all parameters of your message.
    var message = new DiscordMessage(
        "New Ticket",
        username: "//",
        avatarUrl: "//",
        tts: false,
        embeds: new[]
    {
                new DiscordMessageEmbed(
        "User Information",
        color: 3843043,
        author: new DiscordMessageEmbedAuthor("//"),
        url: "//",
        description: "Coded By: //",
        fields: new[]
        {
            new DiscordMessageEmbedField("User:", ResponseInformation.loginresponse.UserName),
            new DiscordMessageEmbedField("Email:", ResponseInformation.loginresponse.Email),
            new DiscordMessageEmbedField("//:", //()),
            new DiscordMessageEmbedField("Discord :", tbDiscord.Text),
            new DiscordMessageEmbedField("Subject:", cbSubject.Text),
            new DiscordMessageEmbedField("Message:", tbMessage.Text),
            new DiscordMessageEmbedField("Version: 2.3")

        },

        footer: new DiscordMessageEmbedFooter("//")


            )

        }

    );
      
   
       await client.SendToDiscord(message);
        this.Close();
    
    }

``
all the // means the information I have cut out

if i would have to split it up then i would like to make this part of the 1st webhook
new DiscordMessageEmbedField("User:", ResponseInformation.loginresponse.UserName), new DiscordMessageEmbedField("Email:", ResponseInformation.loginresponse.Email), new DiscordMessageEmbedField("//:", //()),
and the rest as a second webhook

.NET 2.0 is so old

I think its better to use .NET 7 (If I said the correct version) I got the error that said the code is too old

.

Doesn't work for me. I set up the project and copied the demo code but it doesn't send anything and not throwing any errors.
.NET Framework 4.8, webhook url is valid. I even tried sending a simple message without any embeds or emojis, same result.

Am I missing something?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.