1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 09:56:24 +00:00

Update connections.ts

This commit is contained in:
Cooper 2024-12-15 12:43:14 -06:00 committed by GitHub
parent f7d7015507
commit a23d7e4371
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,4 +6,4 @@
// This file is for types of the connection items // This file is for types of the connection items
// coming soon when i make it lol type ConnectionUrlLink = string & { __regexPattern: /\$\{(?:id|name)\}/ };