-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.yml
More file actions
29 lines (26 loc) · 866 Bytes
/
version.yml
File metadata and controls
29 lines (26 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# SimpleX Bot Version and Information
bot:
name: "SimpleX Chat Bot"
version: "1.0.0"
description: "A Python bot for SimpleX Chat with Docker support and plugin system"
platform: "SimpleX Chat"
author: "SimpleX Bot Developer"
features:
- "Universal Plugin System"
- "Hot Reload Development"
- "Daily Message Logging"
- "Media Downloads via XFTP"
- "Custom Server Support"
- "Admin Management"
- "Contact & Group Management"
- "Invite Generation"
- "Docker Support"
architecture:
core_commands: ["info"]
plugin_commands:
core_plugin: ["help", "ping", "status", "uptime", "plugins", "commands", "platform", "info"]
simplex_plugin: ["invite", "contacts", "groups", "debug", "admin", "reload_admin", "stats"]
system:
min_python: "3.11"
requires_docker: true
config_files: ["config.yml", ".env", "admin_config.yml"]