mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 18:25:03 +00:00
Update GuildArchives.ts
This commit is contained in:
parent
271729325d
commit
4aeaf8eee1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import {
|
|||
import { SavedMessage } from "./entities/SavedMessage";
|
||||
import { decrypt, encrypt } from "../utils/crypt";
|
||||
|
||||
const DEFAULT_EXPIRY_DAYS = 30;
|
||||
const DEFAULT_EXPIRY_DAYS = 90;
|
||||
|
||||
const MESSAGE_ARCHIVE_HEADER_FORMAT = trimLines(`
|
||||
Server: {guild.name} ({guild.id})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue