You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DIFY_API_BASE_URL="https://api.dify.ai/v1" # Dify instance base url
DISCORD_BOT_TOKEN="" # Discord bot token from https://discord.com/developers/applications
HISTORY_MODE="user" # Use "user" or "channel"
MAX_MESSAGE_LENGTH="2000" # Set it to the max message length (chars) allowed for your bot to send. Defaults to 2000. The bot will split messages and send multiple ones if a message is longer than this number.
MESSAGE_CONTENT_ALLOWED="false" # Set to true to enable message content intent. Remember to enable this intent in the discord developer portal.
TRIGGER_KEYWORDS=[] # Set the trigger keywords for the bot to listen to. Example: ["dify"]. Set to [""] to listen to all messages. Requires MESSAGE_CONTENT_ALLOWED to be set to true.