mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Change spam log expiry time from 7 days to 90 days
This commit is contained in:
parent
464fb732f2
commit
c27f60ba28
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import SpamLog from "../models/SpamLog";
|
|||
import { Message } from "eris";
|
||||
import { formatTemplateString, stripObjectToScalars, trimLines } from "../utils";
|
||||
|
||||
const EXPIRY_DAYS = 7;
|
||||
const EXPIRY_DAYS = 90;
|
||||
const MESSAGE_FORMAT =
|
||||
"[{timestamp}] [{message.id}] {user.username}#{user.discriminator}: {message.content}{attachments}";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue