1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 08:57:46 +00:00

Rewrite channel_perm_tree

This commit is contained in:
RGBCube 2022-12-17 21:14:38 +03:00
parent a99219a8c0
commit 300de3f3b2
3 changed files with 142 additions and 30 deletions

View file

@ -51,7 +51,7 @@ class Miscellaneous(
help="Sets you as AFK.",
)
async def afk(self, ctx: Context) -> None:
# no error cuz it will un-afk them
# No error because it will un-afk the caller.
if ctx.author.display_name.lower().startswith("[AFK]"):
return