WIP: Start of implementing a link-only mode
Some checks failed
Test / build (push) Failing after 4s

This commit is contained in:
Ethan Lane 2024-10-12 13:45:41 +01:00
parent 4ed5beb42a
commit 1acedfbd3d
10 changed files with 696 additions and 634 deletions

View file

@ -44,6 +44,9 @@ export default class DefaultValues {
this.values.push({ Key: "verification.role", Value: "Entry" });
this.values.push({ Key: "verification.code", Value: "" });
// Gif Only Mode
this.values.push({ Key: "channel.linkonly", Value: "" })
// Event
this.values.push({ Key: "event.message.delete.enabled", Value: "false" });
this.values.push({ Key: "event.message.delete.channel", Value: "message-logs" });