From 1b4c1b79fe4ee6eabf795ac2e98aaa6792b13bb2 Mon Sep 17 00:00:00 2001 From: kxtzownsu Date: Thu, 27 Feb 2025 17:21:29 +0000 Subject: [PATCH] add files --- .gitignore | 1 + cloneAndInstall.sh | 33 ++++++++++++++++++++ index.ts | 76 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+) create mode 100644 .gitignore create mode 100644 cloneAndInstall.sh create mode 100644 index.ts diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01b93c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +Vencord/ diff --git a/cloneAndInstall.sh b/cloneAndInstall.sh new file mode 100644 index 0000000..cc6ec91 --- /dev/null +++ b/cloneAndInstall.sh @@ -0,0 +1,33 @@ +#!/bin/bash +: ' +This script is licensed under the AGPL v3 +(c)2025 kxtzownsu +' +SCRIPT_DIR=$(dirname "$0") +SCRIPT_DIR=${SCRIPT_DIR:-"."} + +cat <' to the end of your message.", + authors: [{ name: "kxtzownsu", id: 952792525637312552n }], + dependencies: [], + + onBeforeMessageSend(channelId, msg) { + const newContent = msg.content + "\n" + "-# Sent from my " + getRandomProduct(); + msg.content = newContent; + }, +});