commit 1b4c1b79fe4ee6eabf795ac2e98aaa6792b13bb2 Author: kxtzownsu Date: Thu Feb 27 17:21:29 2025 +0000 add files 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; + }, +});