diff options
author | megumin <megumin.bakaretsurie@gmail.com> | 2022-11-11 22:50:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 23:50:09 +0100 |
commit | 30ca4f1cf9cc1a4179f5c7ef5cfb47eaff83f56a (patch) | |
tree | 8ee2a9e7f83ba8c3c2441636e5d122de3aa663b4 /src/plugins/banger.ts | |
parent | 62e0787cf25a76881fac79b5f3df0ebda706bb21 (diff) | |
download | Vencord-30ca4f1cf9cc1a4179f5c7ef5cfb47eaff83f56a.tar.gz Vencord-30ca4f1cf9cc1a4179f5c7ef5cfb47eaff83f56a.tar.bz2 Vencord-30ca4f1cf9cc1a4179f5c7ef5cfb47eaff83f56a.zip |
feat: Badge API (#206)
Diffstat (limited to 'src/plugins/banger.ts')
-rw-r--r-- | src/plugins/banger.ts | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/banger.ts b/src/plugins/banger.ts index 59d9b42..6263224 100644 --- a/src/plugins/banger.ts +++ b/src/plugins/banger.ts @@ -22,13 +22,7 @@ import definePlugin, { OptionType } from "../utils/types"; export default definePlugin({ name: "BANger", description: "Replaces the GIF in the ban dialogue with a custom one.", - authors: [ - { - name: "Xinto", - id: 423915768191647755n - }, - Devs.Glitch - ], + authors: [Devs.Xinto, Devs.Glitch], patches: [ { find: "BAN_CONFIRM_TITLE.", |