Skip to content

Commit 3153bca

Browse files
fix(deps): update dependency pydantic-settings to v2.8.1
1 parent b7be420 commit 3153bca

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

arthur/exts/governance/__init__.py

Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""
2+
The London Monitor polices the citizens of Python Discord.
3+
"""

arthur/exts/systems/system_information.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15340,7 +15340,6 @@ async def troll(self, ctx: Context) -> None:
1534015340
@command(name="motd")
1534115341
async def motd(self, ctx: Context) -> None:
1534215342
"""Generate an image representing the message of the day."""
15343-
1534415343
payload = MOTD.replace(b"\n", b"")
1534515344
file = File(io.BytesIO(base64.b64decode(payload)))
1534615345
await ctx.send(file=file)

0 commit comments

Comments
 (0)