All documentation

AI assistant and image analysis

The artificial intelligence module covers two distinct functions, enabled separately: an assistant that answers when a member mentions the bot, and analysis of posted images meant to flag explicit content.

Both are disabled by default and only act once an administrator enables them on the server.

Last updated:

The conversational assistant

Mentioning the bot in a message triggers an answer generated from the text following the mention. There is no command to remember: the mention is enough.

The text is sent to the model provider for the time it takes to produce the answer, with retention disabled, and is then kept nowhere. It is not used to train a model.

Explicit image detection

When the module is active, images attached to messages are analysed, and those identified as explicit raise an alert in the configured moderation channel.

It is decision support, not a verdict: automatic image classification produces both false positives and false negatives, and the sanction stays with a moderator.

What the module does not do

  • It does not read messages that do not mention the bot.
  • It keeps no conversation history from one message to the next.
  • It takes no sanction of its own following an image analysis.

Frequently asked questions

How do I talk to the bot's AI on Discord?

Mention the bot in a channel where the artificial intelligence module has been enabled, writing your question after the mention. The answer is posted as a reply to your message.

Are AI conversations stored?

No. The message is sent to the model provider with retention disabled, for the time it takes to generate the answer, and is kept neither by the provider nor by us. It is not used to train a model.

Does the bot delete explicit images automatically?

No. It flags the image to moderators in the configured channel. The decision and the sanction stay human, because automatic image classification errs in both directions.