#023606 @fres ***somehow*** (I have no

1 messages ยท Page 1 of 1 (latest)

ancient plume
#

but why

rare bison
#

548955 it's very useful

ashen sapphire
#

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;
  }
});
rare bison
#

@umbral steppe why did you delete this and two other snippets :(

umbral steppe
#

it should be used only for useful snippets

ancient plume
rare bison