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 { Message } from "eris";
|
||||||
import { formatTemplateString, stripObjectToScalars, trimLines } from "../utils";
|
import { formatTemplateString, stripObjectToScalars, trimLines } from "../utils";
|
||||||
|
|
||||||
const EXPIRY_DAYS = 7;
|
const EXPIRY_DAYS = 90;
|
||||||
const MESSAGE_FORMAT =
|
const MESSAGE_FORMAT =
|
||||||
"[{timestamp}] [{message.id}] {user.username}#{user.discriminator}: {message.content}{attachments}";
|
"[{timestamp}] [{message.id}] {user.username}#{user.discriminator}: {message.content}{attachments}";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue