From f2d913c6723d9ede949a576f473f1fc4902b614e Mon Sep 17 00:00:00 2001 From: obscurity Date: Mon, 3 Oct 2022 20:43:25 +0200 Subject: feat(plugin): add betterUploadButton (#32) plugin to upload with a single click and open the context menu with right click --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils/constants.ts') 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, } }); -- cgit