diff --git a/scripts/configure-guild.py b/scripts/configure-guild.py index 5a0e0b4a..328548bd 100644 --- a/scripts/configure-guild.py +++ b/scripts/configure-guild.py @@ -1,3 +1,10 @@ +# /// script +# requires-python = ">=3.11" +# dependencies = [ +# "discord-py>=2.3.1", +# "pydantic>=2.8.2", +# ] +# /// """Script to export all guild members and their roles to per-guild .csv files.""" from __future__ import annotations diff --git a/scripts/export-members.py b/scripts/export-members.py index 938df3b5..c4005a08 100644 --- a/scripts/export-members.py +++ b/scripts/export-members.py @@ -1,3 +1,9 @@ +# /// script +# requires-python = ">=3.11" +# dependencies = [ +# "discord-py>=2.3.1", +# ] +# /// """Script to export all guild members and their roles to per-guild .csv files.""" import argparse