aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steele Farnsworth <[email protected]>2025-02-08 12:54:03 -0500
committerGravatar Steele Farnsworth <[email protected]>2025-02-08 12:54:03 -0500
commit85fd83d05803ccac522f94dd892faecbaad2685f (patch)
tree5e8b52348421bb7c172eeb64649e60914d3a177b
parentMerge branch 'main' into swfarnsworth/fix-auto-upload (diff)
Change indentation of lines in docstring.
-rw-r--r--bot/exts/utils/attachment_pastebin_uploader.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/utils/attachment_pastebin_uploader.py b/bot/exts/utils/attachment_pastebin_uploader.py
index 820bfdb1b..357b0feef 100644
--- a/bot/exts/utils/attachment_pastebin_uploader.py
+++ b/bot/exts/utils/attachment_pastebin_uploader.py
@@ -24,11 +24,11 @@ class AutoTextAttachmentUploader(commands.Cog):
Whenever a user uploads one or more attachments that is text-based (py, txt, csv, etc.), this cog offers to upload
all the attachments to the paste bin automatically. The steps are as follows:
- The bot replies to the message containing the attachments, asking the user to react with a checkmark to consent
- to having the content uploaded.
+ to having the content uploaded.
- If consent is given, the bot uploads the contents and edits its own message to contain the link.
- The bot DMs the user the delete link for the paste.
- The bot waits for the user to react with a trashcan emoji, in which case the bot deletes the paste and its own
- message.
+ message.
"""
def __init__(self, bot: Bot):