diff options
Diffstat (limited to 'src/plugins/nitroBypass.ts')
-rw-r--r-- | src/plugins/nitroBypass.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/nitroBypass.ts b/src/plugins/nitroBypass.ts index d5c4d22..ebed095 100644 --- a/src/plugins/nitroBypass.ts +++ b/src/plugins/nitroBypass.ts @@ -1,10 +1,11 @@ import { addPreSendListener, addPreEditListener, SendListener, removePreSendListener, removePreEditListener } from '../api/MessageEvents'; import { findByProps } from "../webpack"; import definePlugin from "../utils/types"; +import { Devs } from '../utils/constants'; export default definePlugin({ name: "Nitro Bypass", - author: "ArjixWasTaken", + authors: [Devs.Arjix], description: "Allows you to stream in nitro quality and send fake emojis.", dependencies: ["MessageEventsAPI"], patches: [ |