diff options
author | 2023-08-26 12:05:55 +0200 | |
---|---|---|
committer | 2023-08-26 12:05:55 +0200 | |
commit | 84f02e6bf53e54453f1657cb2e51959fca8101b4 (patch) | |
tree | 69943ca4dda8238df5a9da64d925d5f24b345983 | |
parent | bump pydis_core version to 10.1.0 (diff) |
apply white space around operators
-rw-r--r-- | bot/exts/moderation/dm_relay.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/dm_relay.py b/bot/exts/moderation/dm_relay.py index 19fd9022a..03b18e46a 100644 --- a/bot/exts/moderation/dm_relay.py +++ b/bot/exts/moderation/dm_relay.py @@ -53,7 +53,7 @@ class DMRelay(Cog): f"User: {user} ({user.id})\n" f"Channel ID: {user.dm_channel.id}\n\n" ) - file = PasteFile(content=metadata+output, lexer="text") + file = PasteFile(content=metadata + output, lexer="text") try: resp = await send_to_paste_service( files=[file], |