Recent content by flowersnax

  1. flowersnax

    pull username from message?

    noted, thanks! (and i caught the semicolons after the icon was broken when i tested, LOL)
  2. flowersnax

    pull username from message?

    AHH gotcha thank you! ive had the documentation pulled up but honestly i can't fully wrap my head around it atm... i think i need to learn JS from the ground up instead of this stubborn reverse-engineer-frankencode thing ive been doing. sorry for the potentially dumb questions and thanks again...
  3. flowersnax

    pull username from message?

    i've got it right here in the chat handler: function onMessage(message) { if (!evaluateFilters(message)) return const { animations, sound } = slime2.widget.getData() // extract the necessary data from the message const { parts, user } = message // clone the main message template to...
  4. flowersnax

    pull username from message?

    hi! i'm trying to figure out how to pull the username of whoever sent a message, but i'm not having any luck-- i'm guessing its because the js is looking at the templates and not seeing the usernames, because i have the widget working fine otherwise... this is the code i have for the icons, what...
  5. flowersnax

    custom icons, similar to chroneco's POPchat

    gotcha, ty! ill have to learn some JS it seems :)
  6. flowersnax

    hi!

    hi, i go by flowersnax on most corners of the internet but i stream on twitch under the name starbornStarlight using an avatar and assets i made myself :) i like to do the work myself and have full creative control over my content wherever possible, which has led me here! i have like zero...
  7. flowersnax

    custom icons, similar to chroneco's POPchat

    how would i go about replicating something like this in slimechat? would i just copy all the JS CSS etc into the appropriate files? trying to migrate away from streamelements and im loving slime2 so far but i loved this little detail on the chatbox i was using previously and was hoping to...
Back
Top