fix(plugins): Fixed BANger (#41)

* fix(plugins): Fixed BANger

That was easy.

* add(Devs): Added Myself to Devs

* Update banger.ts

Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
GlitchyChan
2022-10-04 19:38:38 +00:00
committed by GitHub
parent f1a31a6184
commit e1027e06c1
3 changed files with 15 additions and 9 deletions

View File

@ -1,12 +1,10 @@
import definePlugin from "../utils/types";
import {Devs} from "../utils/constants";
export default definePlugin({
name: "MuteNewGuild",
description: "Mutes newly joined guilds",
authors: [{
name:"Glitchy",
id: 269567451199569920n
}],
authors: [Devs.Glitch],
patches: [
{
find: ",acceptInvite:function",