We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2cf3ae commit 7734319Copy full SHA for 7734319
2 files changed
scripts/configure-guild.py
@@ -1,3 +1,10 @@
1
+# /// script
2
+# requires-python = ">=3.11"
3
+# dependencies = [
4
+# "discord-py>=2.3.1",
5
+# "pydantic>=2.8.2",
6
+# ]
7
+# ///
8
"""Script to export all guild members and their roles to per-guild .csv files."""
9
10
from __future__ import annotations
scripts/export-members.py
@@ -1,3 +1,9 @@
import argparse
0 commit comments