Skip to content

Instantly share code, notes, and snippets.

View xXcarlos117Xx2's full-sized avatar
✏️
studying

Carlos Atanes Vences xXcarlos117Xx2

✏️
studying
View GitHub Profile
@xXcarlos117Xx2
xXcarlos117Xx2 / flux.js
Last active April 4, 2024 23:27
API Handler in flux with options and token manager
// flux.js
const getState = ({ getStore, getActions, setStore }) => {
return {
store: {},
actions: {
// API Handler
APICall: async (url, options) => {
try {
const response = await fetch(getStore().baseURL + url, options);
@oSumAtrIX
oSumAtrIX / README.md
Last active July 8, 2024 00:49
Useful snippets for Discord

Discord console scripts

My collection of scripts for Discord.

Scripts

  • friend_invitelink.js: Generate a friend invite link
  • clientside_nitro.js: Spoof the client and enable client side Discord Nitro