Metadata-Version: 2.4
Name: versecbot
Version: 0.3.1
Summary: Extendable Discord Bot to manage common moderation tasks
Project-URL: Homepage, https://github.com/Museus/VerSecBot
Project-URL: Issues, https://github.com/Museus/VerSecBot/issues
Author-email: Museus <versecbot@museus.dev>
License-Expression: MIT
License-File: LICENSE.md
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: discord-py<3,>=2
Requires-Dist: pydantic-settings<3,>=2
Requires-Dist: versecbot-interface>=0.4.0
Description-Content-Type: text/markdown

# VerSecBot

This is a relatively extendable bot that originated as a secretary for the Hades Speedrunning Discord server.

To add a task for VerSecBot to handle, you'll need to create a plugin. The task should define a `should_act` function, which accepts a message and returns a boolean of whether this task should be activated. It should also define an `act` function, which accepts a message and performs the action.

You'll need to use the versecbot-interface project as the base for your plugin.
