diff options
author | dolfies <jeyalfie47@gmail.com> | 2023-09-05 13:42:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 19:42:35 +0200 |
commit | 0d18b44ba7b9ac6d30eda385db8eab56e4d33b42 (patch) | |
tree | 8b90db6edac080e6d521569d3032621408c6c212 /src/utils | |
parent | d671bd65ac85a1fbd162b683c541279130711ae8 (diff) | |
download | Vencord-0d18b44ba7b9ac6d30eda385db8eab56e4d33b42.tar.gz Vencord-0d18b44ba7b9ac6d30eda385db8eab56e4d33b42.tar.bz2 Vencord-0d18b44ba7b9ac6d30eda385db8eab56e4d33b42.zip |
feat(plugin): ShowTimeouts (#1687)
Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Co-authored-by: V <vendicated@riseup.net>
Diffstat (limited to 'src/utils')
-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 7cb5eab..245c8bb 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -355,6 +355,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "bb010g", id: 72791153467990016n, }, + Dolfies: { + name: "Dolfies", + id: 852892297661906993n, + }, RuukuLada: { name: "RuukuLada", id: 119705748346241027n, |