diff --git a/lists/copypastas.txt b/lists/copypastas.txt index 9d7be12..0f0feca 100644 --- a/lists/copypastas.txt +++ b/lists/copypastas.txt @@ -1,29 +1,30 @@ -// Copypastas -// Bits of text that tend to be copied and pasted - -// False Discord PSA -False PSA || out for a Discord && going around && those who accept && send this to as many && if you see this -Fake Hacker PSA || not accept && friend request from && hacker && tell everyone && copy && paste -Fake Discord shutdown || discord && clos && populated && active && please send && copy && paste && deleted without hesitation - -// Share or else -Cooldog || ╰━▅╮ && ╰╮ && ┳━━╯ && ╰┳╯ -Dog || ╰┳┳┳╯ && ▔╰━╯ && ╱╲╱╲▏ -Memecat || Λ_Λ && ( 'ㅅ' ) && > ⌒ヽ -Memecat (2) || Λ_Λ && ˇωˇ && > ⌒ヽ -"Read or you die" || Carry on reading && Once there was && Now every week && send this to && copy and paste -Jake Paul || Jake Paul on a tower about to jump && copy and paste && discord server -"Tag you're it" || funny you opened this because && over the next && first you have && send it to && break the chain - -// Unicode -Bob || /▌ && /\ && This is bob -Lennipede || ╚═(███)═╝ && Lenn -Doge || ▐▄█▀▒▒▒▒▄▀█▄ && ▐▄█▄█▌▄▒▀▒ && ▒▀▀▄▄▒▒▒▄▒ - -// Text -Navy Seals || say about me && ll have you know I && I am trained && Think again && Not only am I extensively trained && kid -Rick & Morty || have to have a very high IQ && extremely && solid grasp && deftly woven && heavily && intellectual capacity && cryptic reference -Shrek || years old && is love && is life && spread && push against && straight in the - -// Scams -Fake Libra Site || lⅰbra +// Copypastas +// Bits of text that tend to be copied and pasted + +// False Discord PSA +False PSA || out for a Discord && going around && those who accept && send this to as many && if you see this +Fake Hacker PSA || not accept && friend request from && hacker && tell everyone && copy && paste +Fake Discord shutdown || discord && clos && populated && active && please send && copy && paste && deleted without hesitation + +// Share or else +Cooldog || ╰━▅╮ && ╰╮ && ┳━━╯ && ╰┳╯ +Dog || ╰┳┳┳╯ && ▔╰━╯ && ╱╲╱╲▏ +Memecat || Λ_Λ && ( 'ㅅ' ) && > ⌒ヽ +Memecat (2) || Λ_Λ && ˇωˇ && > ⌒ヽ +"Read or you die" || Carry on reading && Once there was && Now every week && send this to && copy and paste +Jake Paul || Jake Paul on a tower about to jump && copy and paste && discord server +"Tag you're it" || funny you opened this because && over the next && first you have && send it to && break the chain + +// Unicode +Bob || /▌ && /\ && This is bob +Lennipede || ╚═(███)═╝ && Lenn +Doge || ▐▄█▀▒▒▒▒▄▀█▄ && ▐▄█▄█▌▄▒▀▒ && ▒▀▀▄▄▒▒▒▄▒ + +// Text +Navy Seals || say about me && ll have you know I && I am trained && Think again && Not only am I extensively trained && kid +Rick & Morty || have to have a very high IQ && extremely && solid grasp && deftly woven && heavily && intellectual capacity && cryptic reference +Shrek || years old && is love && is life && spread && push against && straight in the + +// Scams +Fake Libra Site || lⅰbra +Libra Scam || libra-sale diff --git a/lists/referral_domains.txt b/lists/referral_domains.txt index b4d3fb2..8da71cb 100644 --- a/lists/referral_domains.txt +++ b/lists/referral_domains.txt @@ -125,6 +125,7 @@ free-gg.com free-steam-code.com giveawaybot.pw +libra-sale.io myetherermwallet.com oprewards.com rbxfree.com diff --git a/src/main/java/com/jagrosh/vortex/commands/tools/InvitepruneCmd.java b/src/main/java/com/jagrosh/vortex/commands/tools/InvitepruneCmd.java index fae7945..2a1831f 100644 --- a/src/main/java/com/jagrosh/vortex/commands/tools/InvitepruneCmd.java +++ b/src/main/java/com/jagrosh/vortex/commands/tools/InvitepruneCmd.java @@ -48,7 +48,7 @@ this.userPermissions = new Permission[]{Permission.MANAGE_SERVER}; this.botPermissions = new Permission[]{Permission.MANAGE_SERVER}; this.guildOnly = true; - this.cooldown = 10; + this.cooldown = 60*5; // 5 minute cooldown for safety } @Override