13 lines
572 B
TypeScript
13 lines
572 B
TypeScript
export const CONFIG_KEYS = {
|
|
bridge_nicknames: {
|
|
friendlyName: "Bridge Nicknames",
|
|
description:
|
|
"If enabled, nicknames and avatar overrides will be bridged.",
|
|
},
|
|
disallow_opt_out: {
|
|
friendlyName: "Disallow users who opted out of message bridging",
|
|
description:
|
|
"If enabled, all messages by users who opted out of their messages being bridged (`/bridge opt_out`) will be deleted. " +
|
|
"You should enable this if your Revolt server is bridged to a mostly unmoderated Discord server.",
|
|
},
|
|
};
|