From 6e7521c74e9c34159d8ba4873f09f5277f47908e Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 22 Feb 2021 18:35:10 +0000 Subject: Improve doc string. --- bot/exts/evergreen/profile_pic_modification/_effects.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bot/exts/evergreen/profile_pic_modification/_effects.py b/bot/exts/evergreen/profile_pic_modification/_effects.py index a290ed3d..1179100c 100644 --- a/bot/exts/evergreen/profile_pic_modification/_effects.py +++ b/bot/exts/evergreen/profile_pic_modification/_effects.py @@ -13,7 +13,11 @@ EASTER_COLOURS = [ class PfpEffects(): - """Implements various image effects.""" + """ + Implements various image effects. + + All of these methods are blocking, so should be ran in threads. + """ @staticmethod def apply_effect(image_bytes: bytes, effect: t.Callable, *args) -> discord.File: -- cgit v1.2.3