Ommivore respects your privacy. This policy outlines what data the bot collects, how it is used, and your rights regarding that data.
Ommivore only stores limited, non-sensitive information needed to support its functionality.
When you interact with the bot, a file may be created under your Discord ID containing:
If your server uses moderation features, Ommivore may temporarily store moderation-related records such as:
This information is only visible to authorized moderators and is not shared outside the server.
Each server the bot is in may have a file under the server's ID storing:
All data is used strictly to support core bot features such as:
Data is never sold, shared with third parties, or used for marketing.
All data is stored locally on the system hosting the bot, in encrypted JSON files split per-user and per-server. Each file typically contains data such as admin flags, usage history, and AI session context, similar to:
{
"admin": 0,
"ratelimit_bypass": false,
"bans": [],
"command_history": [
{"command": "askai", "time": 1758144384.25, "server_id": "807921575289683979"}
],
"ai_context": [
{"prompt": "Example question", "response": "Example reply", "model": "openai"}
]
}
Data older than 30 days of inactivity is automatically purged from the system. This ensures that outdated or unused user and server data is regularly cleaned up.
You may also request immediate deletion of your data by contacting a bot administrator or the support server listed in the help command.
This privacy policy may be updated at any time. Continued use of the bot implies acceptance of the latest version.
Last updated: October 2025