toluschr / BetterDiscord-Animated-Status

Animate your Discord Status with this BetterDiscord Plugin
MIT License
256 stars 489 forks source link

Time Animation #130

Closed kravalli closed 1 year ago

kravalli commented 1 year ago

Notice taken

Discord Version

163658

Discord Release Channel

stable

BetterDiscord Version

1.0.9008

Plugin Version

0.13.2

Expected behavior

No response

Actual behavior

First of all the Plugin works with the new Better Discord update.

The Issue: I really like the time animation, however the text part isnt working anymore. "SyntaxError: Unexpected token '{' " I put eval let fmt=t=>(t<10?'0':'')+t;let d=new Date();${fmt(d.getHours())}:${fmt(d.getMinutes())}:${fmt(d.getSeconds())}; in the text field.