mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
feat(bots/discord): update example config file
This commit is contained in:
@@ -11,8 +11,21 @@ export default {
|
|||||||
GUILD_ID_HERE: ['ROLE_ID_HERE'],
|
GUILD_ID_HERE: ['ROLE_ID_HERE'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
stickyMessages: {
|
||||||
|
GUILD_ID_HERE: {
|
||||||
|
CHANNEL_ID_HERE: {
|
||||||
|
message: {
|
||||||
|
content: 'This is a sticky message!',
|
||||||
|
},
|
||||||
|
timeout: 60000,
|
||||||
|
forceSendTimeout: 300000,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
moderation: {
|
moderation: {
|
||||||
cure: {
|
cure: {
|
||||||
|
minimumNameLength: 3,
|
||||||
|
removeCharactersRegex: /[^a-zA-Z0-9 \-_]/g,
|
||||||
defaultName: 'Server member',
|
defaultName: 'Server member',
|
||||||
},
|
},
|
||||||
roles: ['ROLE_ID_HERE'],
|
roles: ['ROLE_ID_HERE'],
|
||||||
@@ -61,7 +74,11 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
allowedAttachmentMimeTypes: ['image/jpeg', 'image/png', 'image/webp'],
|
attachments: {
|
||||||
|
scanAttachments: true,
|
||||||
|
allowedMimeTypes: ['image/jpeg', 'image/png', 'image/webp', 'text/plain'],
|
||||||
|
maxTextFileSize: 512000
|
||||||
|
},
|
||||||
responses: [
|
responses: [
|
||||||
{
|
{
|
||||||
filterOverride: {
|
filterOverride: {
|
||||||
|
|||||||
Reference in New Issue
Block a user