black: Reformat skipping string normalization.
This commit is contained in:
parent
5580c68ae5
commit
fba21bb00d
178 changed files with 6562 additions and 4469 deletions
|
@ -20,6 +20,7 @@ def encrypt(text: str) -> str:
|
|||
|
||||
return newtext
|
||||
|
||||
|
||||
class EncryptHandler:
|
||||
'''
|
||||
This bot allows users to quickly encrypt messages using ROT13 encryption.
|
||||
|
@ -43,4 +44,5 @@ class EncryptHandler:
|
|||
send_content = "Encrypted/Decrypted text: " + temp_content
|
||||
return send_content
|
||||
|
||||
|
||||
handler_class = EncryptHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue