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:
@ -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",
|
||||
|
Reference in New Issue
Block a user