diff options
author | Ven <vendicated@riseup.net> | 2022-10-01 02:27:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 02:27:28 +0200 |
commit | ef353f1d66dbf1d14e528830d267aac518ed1beb (patch) | |
tree | 67d13f5ce3cf42150884376c5f8d9b98f7300b38 /src/plugins/banger.ts | |
parent | 3e64054283acbbe2697c9fc583bba7a06e1003b2 (diff) | |
download | Vencord-ef353f1d66dbf1d14e528830d267aac518ed1beb.tar.gz Vencord-ef353f1d66dbf1d14e528830d267aac518ed1beb.tar.bz2 Vencord-ef353f1d66dbf1d14e528830d267aac518ed1beb.zip |
Better authors field (#18)
Diffstat (limited to 'src/plugins/banger.ts')
-rw-r--r-- | src/plugins/banger.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/banger.ts b/src/plugins/banger.ts index d87ef99..2ca2921 100644 --- a/src/plugins/banger.ts +++ b/src/plugins/banger.ts @@ -3,7 +3,10 @@ import definePlugin from "../utils/types"; export default definePlugin({ name: "BANger", description: "Replaces the GIF in the ban dialogue with a custom one.", - author: "Xinto", + authors: [{ + name: "Xinto", + id: 423915768191647755n + }], patches: [ { find: "BanConfirm", |