Taimoor-Tariq / BetterDiscordStuff

My BetterDiscord Plugins and Themes
https://ko-fi.com/TaimoorTariq
GNU General Public License v2.0
19 stars 17 forks source link

[ BUG | SendTimeStamps ] Plugin replaces all timestamps with F #49

Closed LeonTheDev-io closed 2 years ago

LeonTheDev-io commented 2 years ago

Issue No matter what type of timestamp I send, as soon as I send it it will be turned into "F" for everyone

ghost commented 2 years ago

to add: only the first timestamp in a message is changed to F. Both Epoch () and plugin converted ({{10:30 am}}) are affected. If a picture is attached all conversions are done properly.

RedMan13 commented 2 years ago

i found the issue i think its with the component on line 226. removing fixes this so far i haven't ran into any errors with removing it

ArjhanToteck commented 2 years ago

Removing this part fixed it for me:

this.sendFomrmatOptions = { 0: 'F', };

Cutinup99 commented 2 years ago

Removing this part fixed it for me:

this.sendFomrmatOptions = { 0: 'F', };

Mine was split across multiple lines, but simply removing that whole thing no longer allows you to use the {{ }} date entry method, however, the button still works

Taimoor-Tariq commented 2 years ago

Hey guys, Sorry for being inactive for too long. I had a lot going on so I was not able to fix bugs. As you may know that the recent Discord update broke a lot of the plugins. I will attempt to fix my plugins once I figure out what the broken changes are 💛.