Skip to content

Instantly share code, notes, and snippets.

View meowabyte's full-sized avatar
🫠

meowabyte meowabyte

🫠
View GitHub Profile
@meowabyte
meowabyte / friend-anyone.js
Last active July 24, 2025 22:24
Vencord snippet that adds a super power of adding anyone to friends! (VISUAL ONLY)
(() => {
const {
FluxDispatcher,
UserStore
} = Vencord.Webpack.Common
const RelationshipActions = Vencord.Webpack.findByProps("addRelationship", "removeRelationship")
RelationshipActions.addRelationship = ({ userId, type = 1 }) => {
console.log(`+ ${userId} (${type})`)
FluxDispatcher.dispatch({
@meowabyte
meowabyte / tags-20250509.json
Last active May 9, 2025 10:54
List of captured Discord server tags 2025-05-09 (774)
[
{
"identityGuildId": "1172245377395728464",
"identityEnabled": true,
"tag": "ATL",
"badge": "73d86ffb81cdcdc4f275eaf3b82fca31"
},
{
"identityGuildId": "1369745124669653083",
"identityEnabled": true,
@meowabyte
meowabyte / 1-README.md
Last active July 25, 2025 11:48
Niko-ify Emotes on Vencord

Niko-ify Emotes

Caution

These rules/snippets are provided as-is and there is high possibility a lot of them will stop working once something happens on Discord server from prerequisites or if you won't read what you actually need. Please do not come with these problems to me if they can be fixed by reading the steps below.

This gist provides set of various TextReplace rules that you can apply in your Vencord installation for replacing various emotes such as :), :( or o_o with it's Niko emoji alternatives.

Prerequisites