• Thelie@sh.itjust.worksOP
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    I’m not sure how I would go about this in an elegant way since I’m matching the string I get from a message…

    • jimitsoni18@lemmy.zip
      link
      fedilink
      arrow-up
      1
      ·
      23 days ago

      If the message used enums for actions/procedures like SPAM_MEMES, then using enums would be more performant

      • Thelie@sh.itjust.worksOP
        link
        fedilink
        arrow-up
        2
        ·
        3 days ago

        I think you’d be happy to know that I’ve gone for a bit of an overkill and used Pest to parse the commands, which automagically gets me an enum to match against in this position.

        The sad part is, I haven’t gotten the Media upload to work, so the project is on ice for a little while…