diff options
author | obscurity <z@x4.pm> | 2022-10-03 20:43:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 20:43:25 +0200 |
commit | f2d913c6723d9ede949a576f473f1fc4902b614e (patch) | |
tree | 515a6cad81bb0616d8147df1f7a6d17323b27c71 /src/utils/constants.ts | |
parent | 8fe60971f5939876da1cf228a3bb27c0e627c5ac (diff) | |
download | Vencord-f2d913c6723d9ede949a576f473f1fc4902b614e.tar.gz Vencord-f2d913c6723d9ede949a576f473f1fc4902b614e.tar.bz2 Vencord-f2d913c6723d9ede949a576f473f1fc4902b614e.zip |
feat(plugin): add betterUploadButton (#32)
plugin to upload with a single click and open the context menu with right click
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 29ba6fa..9f7374d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -22,5 +22,9 @@ export const Devs = Object.freeze({ botato: { name: "botato", id: 440990343899643943n + }, + obscurity: { + name: "obscurity", + id: 336678828233588736n, } }); |