mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 09:03:03 -04:00
feat(plugin): CopyStickerLinks (#240)
Some checks are pending
Test / Test (push) Waiting to run
Some checks are pending
Test / Test (push) Waiting to run
* add awesome swag plugin * Update README.md * Update pnpm-lock.yaml --------- Co-authored-by: thororen <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
parent
d01ea8aaff
commit
ccbe5c16f1
3 changed files with 154 additions and 2 deletions
|
@ -494,7 +494,7 @@ export const Devs = /* #__PURE__*/ Object.freeze({
|
|||
name: "Sqaaakoi",
|
||||
id: 259558259491340288n
|
||||
},
|
||||
Byron: {
|
||||
Byeoon: {
|
||||
name: "byeoon",
|
||||
id: 1167275288036655133n
|
||||
},
|
||||
|
@ -1046,6 +1046,10 @@ export const EquicordDevs = Object.freeze({
|
|||
name: "ItsAlex",
|
||||
id: 551023598203043840n
|
||||
},
|
||||
Byeoon: {
|
||||
name: "byeoon",
|
||||
id: 1167275288036655133n
|
||||
},
|
||||
} satisfies Record<string, Dev>);
|
||||
|
||||
// iife so #__PURE__ works correctly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue