[TrickOrTreat] Add cog level docstring

This commit is contained in:
aikaterna
2020-09-06 23:57:03 -07:00
committed by GitHub
parent 0f5c5eac9d
commit 559f7049db

View File

@@ -13,6 +13,8 @@ __version__ = "0.0.8"
class TrickOrTreat(commands.Cog):
"""Trick or treating for your server."""
async def red_delete_data_for_user(
self, *, requester: Literal["discord", "owner", "user", "user_strict"], user_id: int,
):