#023606 @fres ***somehow*** (I have no
1 messages ยท Page 1 of 1 (latest)
548955 it's very useful
Haven't tested it, but this should work on April Fools Day only
Vencord.Api.MessageEvents.addPreSendListener((_, data) => {
if (new Date().getMonth() == 3 && new Date().getDate() == 1) {
const code = Math.floor(Math.random() * 999999)
.toString()
.padStart(6, "0"); // code quality improvement by fres :o
data.content = code + " " + data.content;
}
});
@umbral steppe why did you delete this and two other snippets :(
it should be used only for useful snippets
i have submitted absolute jokes to #1032200195582197831 and people love it
now
debate whether big fullscreen modal warning you about kids in #๐ฅ-vencord-support-๐ฅ is useful
why did you post a useless snippet yourself