Metadata-Version: 2.3
Name: sam-dpy-hyscript7
Version: 0.1.0
Summary: SAM: Script's Advanced Moderation (features) for discord.py
Requires-Dist: aiosqlite>=0.21.0
Requires-Dist: discord-py>=2.6.3
Requires-Dist: pydantic-settings>=2.11.0
Requires-Dist: python-dotenv>=1.1.1
Requires-Dist: sqlmodel>=0.0.25
Requires-Python: >=3.13
Project-URL: Homepage, https://github.com/HyScript7/SAM
Project-URL: Issues, https://github.com/HyScript7/SAM/issues
Description-Content-Type: text/markdown

# Script's Advanced Moderation

A drag & drop solution for moderation in your custom bots.

Originally developed by [@HyScript7](https://github.com/HyScript7) for The CodeVerse Hub discord server owned by [Aditya](https://github.com/youngcoder45/).

## Features

* Auto Mod
* Logging + Logging API
  * Allows you to hook into SAM's logging system and replace it with your own or forward your own log events to it.
* Mod Notes
* Punishments (ban, kick, timeout)
* Voice (mute, deafen, move)
* Warnings

## Installation

Build & install the package using uv, or download it from pip.

Load the module using discord.py's `discord.ext.commands.Bot.load_extension` with the package name as the only parameter.

## License

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the conditions listed in the LICENSE file are met.
