aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):