diff options
author | 2021-03-28 11:52:41 -0400 | |
---|---|---|
committer | 2021-03-28 11:52:41 -0400 | |
commit | 459ce9220ab8659d545e32f4ef1532da50789ca7 (patch) | |
tree | f502757d8c6ca6d5ffa392ea17c7413d7b51cbb8 | |
parent | Restrict DMRelay cog to moderators only. (diff) |
Added a newline to space out some code.
Co-authored-by: Joe Banks <[email protected]>
-rw-r--r-- | bot/utils/services.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/utils/services.py b/bot/utils/services.py index 68cbd896e..db9c93d0f 100644 --- a/bot/utils/services.py +++ b/bot/utils/services.py @@ -52,6 +52,7 @@ async def send_to_paste_service(contents: str, *, extension: str = "") -> Option if extension == '.py': return paste_link + return paste_link + "?noredirect" log.warning( |