├── FloraBot.py ├── LICENSE ├── PluginTemplate ├── Plugin.json └── PluginTemplate.py ├── README.md └── requirements.txt /FloraBot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FloraBotTeam/FloraBot/HEAD/FloraBot.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FloraBotTeam/FloraBot/HEAD/LICENSE -------------------------------------------------------------------------------- /PluginTemplate/Plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FloraBotTeam/FloraBot/HEAD/PluginTemplate/Plugin.json -------------------------------------------------------------------------------- /PluginTemplate/PluginTemplate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FloraBotTeam/FloraBot/HEAD/PluginTemplate/PluginTemplate.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FloraBotTeam/FloraBot/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FloraBotTeam/FloraBot/HEAD/requirements.txt --------------------------------------------------------------------------------