Git Product home page Git Product logo

Comments (4)

Innectic avatar Innectic commented on June 15, 2024

I thought they could return them already? I had some magic commands that did that, but, you changed them all to strings

from cactusbot.

2Cubed avatar 2Cubed commented on June 15, 2024

@Innectic They can return them. (I changed most back to raw strings, though, because MessagePacket(raw_str) all over the place is messy - only necessary for, say, action=True, target="user", etc.) They don't receive them, though.

For example, in the !cube command, we need to be able to detect which arguments are emojis. Currently, we're using Beam-specific parsing, which is labeled as a # HACK - if we use the already-typed MessagePackets, though, we could easily just use if chunk["type"] == "emoji".

from cactusbot.

2Cubed avatar 2Cubed commented on June 15, 2024

We could potentially use another special kwarg-only argument, raw, to contain the raw MessagePacket.

from cactusbot.

2Cubed avatar 2Cubed commented on June 15, 2024

Done.

We can consider a purely packet-based command system in the future; for now, though, this is 👌.

from cactusbot.

Related Issues (20)

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.