From 48d943d6638636255abcd79f3f23403c8b6350d4 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 22 Nov 2021 20:42:01 +0100 Subject: Added a few Links, fixed rules command and also added some things to the badwords list (#41) * Update badlinks.ts * Updating * stuff * Update badlinks.ts * Update badlinks.ts * Update badlinks.ts * Update badlinks.ts * Summary * Update badlinks.ts * YEP * another one * Update badlinks.ts * Update badlinks.ts * Update badlinks.ts * easy anti cheat * scammerino --- src/commands/moulberry-bush/rule.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/moulberry-bush/rule.ts') diff --git a/src/commands/moulberry-bush/rule.ts b/src/commands/moulberry-bush/rule.ts index fb322ff..d4820fe 100644 --- a/src/commands/moulberry-bush/rule.ts +++ b/src/commands/moulberry-bush/rule.ts @@ -15,7 +15,7 @@ const rules = [ { title: '3.) No Spamming', description: - 'Including but not limited to: any messages that do not contribute to the conversation, repeated messages, randomly tagging users, and chat flood.' + 'Including but not limited to: any messages that do not contribute to the conversation, repeated messages, linebreaking, randomly tagging users, and chat flood.' }, { title: '4.) English', -- cgit