diff options
author | nick <69434290+lelboatz@users.noreply.github.com> | 2023-03-31 01:07:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 05:07:35 +0000 |
commit | 2c8ebdce7d9715dbf59e5b8335911c701edda0fd (patch) | |
tree | 27b6e5d343ca9a66f024fea8f2d328a738603cd7 /src/utils/constants.ts | |
parent | dae7cb67efbc2b8a7483d87e7200711edc224e3b (diff) | |
download | Vencord-2c8ebdce7d9715dbf59e5b8335911c701edda0fd.tar.gz Vencord-2c8ebdce7d9715dbf59e5b8335911c701edda0fd.tar.bz2 Vencord-2c8ebdce7d9715dbf59e5b8335911c701edda0fd.zip |
feat(plugin): RelationshipNotifier (#450)
Co-authored-by: Ven <vendicated@riseup.net>
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r-- | src/utils/constants.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index c6277f5..473674a 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -194,6 +194,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "Captain", id: 347366054806159360n }, + nick: { + name: "nick", + id: 347884694408265729n + }, whqwert: { name: "whqwert", id: 586239091520176128n |