Skip to content

Instantly share code, notes, and snippets.

@tehtnaz
tehtnaz / comfy-activity-fix.css
Last active December 14, 2023 07:48
Fixes activity waves for people who don't use no-scrollbar (temp fix, prob will break in the future)
@keyframes animate2 {
0% {
-webkit-mask-position-x: 276px;
}
}
@keyframes animate {
100% {
-webkit-mask-position-x: 276px;
}
}
@tehtnaz
tehtnaz / soundbot-very-early-changelog.txt
Last active April 5, 2024 19:34
Changelog from very early on in development
====07/30/2022=======================================
### soundbot v0.6.0 ("Comdr. Spammer") changelog: ###
=====================================================
New Commands:
- /now_playing (alias: /np)
- /attachment
- /replay
- /playtop
- /remove_dupes
@tehtnaz
tehtnaz / soundbot-past-changelog.txt
Last active June 11, 2023 19:40
Previous changelog notes for soundbot
====07/30/2022=======================================
### soundbot v0.6.0 ("Comdr. Spammer") changelog: ###
=====================================================
New Commands:
- /now_playing (alias: /np)
- /attachment
- /replay
- /playtop
- /remove_dupes