Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setting/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ global.autobio = false;
global.chatbot = false;
global.autoTyping = false;
global.autorecording = false;
global.prefa = ['', '!', '.', ',', '🐤', '🦦'];
global.prefa = ['', '!', '.', ',', '🖕', '🦦'];

// ========= Anti-Delete Feature ========= //
global.antidelete = true; // Set to false to disable anti-delete feature
Expand All @@ -43,7 +43,7 @@ global.welcome = true; // welcome setting
global.adminevent = true; // admin event setting

// ========= Add modeStatus and versions ========= //
global.modeStatus = "Public"; // Added for connection notice
global.modeStatus = "Private"; // Added for connection notice
global.versions = "1.2.5"; // Added for connection notice

// ========= Setting WM ========= //
Expand Down