Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.18 KB

discord.md

File metadata and controls

22 lines (17 loc) · 1.18 KB
description
These values should be in the "discord": {} block

Discord config

  • token String Discord bot token

  • guild String Discord default server ID (used only when createChannels is true)

  • category String
    Discord default category ID

    (used only when createChannels is true)

  • renameChannels = true Boolean Whether to rename channels according to Messenger chat name updates Works only with one-to-one connections

  • showFullNames = false Boolean Whether to show full names from Messenger messages instead of nicknames

  • createChannels = false Boolean Whether to create channels on receiving a message in an unknown chat on Messenger Works best when using Miscord with a personal account

  • massMentions = false Boolean Whether to allow @everyone and @here mentions

  • userMentions = true Boolean Whether to allow mentioning Discord users

  • roleMentions = true Boolean Whether to allow mentioning Discord roles

  • ignoreBots = false Boolean Whether to ignore all messages from bots or webhooks

  • ignoredUsers Array<String> IDs of users, whose messages will be ignored and not forwarded anywhere