diff options
author | Amsyar Rasyiq <82711525+amsyarasyiq@users.noreply.github.com> | 2023-04-09 12:55:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-09 06:55:04 +0200 |
commit | c4a3d25d37697282dce756d9addc36c23ba1f2ce (patch) | |
tree | c2d404fac3c07f83e81268c44fb0dd95b105a89e /src/utils/constants.ts | |
parent | 613fa9a57b1fe7985e526a9c7281b9188f535463 (diff) | |
download | Vencord-c4a3d25d37697282dce756d9addc36c23ba1f2ce.tar.gz Vencord-c4a3d25d37697282dce756d9addc36c23ba1f2ce.tar.bz2 Vencord-c4a3d25d37697282dce756d9addc36c23ba1f2ce.zip |
feat(NoAutoReplyMention): Inverse shift reply behaviour (#839)
Co-authored-by: V <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 edbd76d..a594993 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -253,5 +253,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ AutumnVN: { name: "AutumnVN", id: 393694671383166998n + }, + pylix: { + name: "pylix", + id: 492949202121261067n } }); |