Skip to content

Encrypt grabs#1593

Merged
dkay0670 merged 4 commits into
mainfrom
EncryptGrabs
Jun 14, 2026
Merged

Encrypt grabs#1593
dkay0670 merged 4 commits into
mainfrom
EncryptGrabs

Conversation

@ajax146

@ajax146 ajax146 commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

This installs the cryptography library to the bot, and builds a quick Fernet cryptography.py core feature.

The only use location for this is in grabs for now, but the core feature now exists.

Fixes #1564

@dkay0670 dkay0670 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

Comment thread modules/fun/grab.py Outdated

random_index = random.randint(0, len(grabs) - 1)
grab = grabs[random_index]
print(f"Trying: {grab.message}")

@dkay0670 dkay0670 Jun 14, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can probably be removed though

@dkay0670 dkay0670 merged commit aed9c90 into main Jun 14, 2026
5 checks passed
@dkay0670 dkay0670 deleted the EncryptGrabs branch June 14, 2026 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rewrite grabs to encrypt message content

2 participants