Giter Site home page Giter Site logo

taco's Introduction

Taco

Projects in this repository

  • Revolt.Net - The .NET library for Revolt with a DOD and OOP design.
  • Taco - Multi-purpose bot machine.
  • DiscordBridge - The Discord bridge currently in use on the official Revolt testers group and Discord server.

taco's People

Contributors

infi avatar jan0660 avatar sussycatgirl avatar

Stargazers

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

Watchers

 avatar

taco's Issues

[Discord Bridge] Bridge doesn't seem to connect to Discord bot

I've been trying to get this bridge up and running again after updating and it doesn't seem to be connecting to Discord. The Revolt side initializes correctly and the Discord webhooks (so messages from Revolt will be sent to Discord) but since the Discord bot never starts they can't go the other way. Not really any log messages:

[INFO] [09:41:26] h
[INFO] [09:41:31] API Version: 0.5.3-alpha.16
[INFO] [09:41:31] Creating Discord webhook clients...
[INFO] [09:41:31] Revolt ready!
[INFO] [09:41:32] Revolt members and users cached! Count: 9

Never gets to Discord ready!, it just stops here. I've made sure that the token is ok, and also the same config file worked in older builds.

Discord not embedding links for messages with replies

image
As seen here.
Reproduction:
image

// webhook variable is a DiscordWebhookClient

await webhook.SendMessageAsync("message without embed but link https://google.cz/");
await webhook.SendMessageAsync(
    "message with embed and link https://google.cz/", embeds: new[]
    {
        new EmbedBuilder
        {
            Title = "h",
            Color = Color.Red
        }.Build()
    });

This is most likely not an issue with the bridge itself or Discord.Net, but with Discord itself. A workaround for direct file links could be made to just put the links into additional embeds as their ImageUrl property.

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.