diff options
| author | 2021-06-01 14:09:47 -0500 | |
|---|---|---|
| committer | 2021-06-01 14:09:47 -0500 | |
| commit | a6431e71cfdd5cd4ca961912a01b01f3f1907311 (patch) | |
| tree | 70ed28cabce765f3056689bcb8be47f6352a877c /bot/exts | |
| parent | started cmd group (diff) | |
| parent | Small docstring change. (diff) | |
Merge branch 'main' of github.com:kronifer/sir-lancebot
Diffstat (limited to 'bot/exts')
| -rw-r--r-- | bot/exts/evergreen/avatar_modification/_effects.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/evergreen/avatar_modification/_effects.py b/bot/exts/evergreen/avatar_modification/_effects.py index c5e5cb86..46d1a2ab 100644 --- a/bot/exts/evergreen/avatar_modification/_effects.py +++ b/bot/exts/evergreen/avatar_modification/_effects.py @@ -101,7 +101,7 @@ class PfpEffects:          """          Flips the image horizontally. -        This is done by just using ImageOps.flip(). +        This is done by just using ImageOps.mirror().          """          image = ImageOps.mirror(image) | 
