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:
parent
a99219a8c0
commit
300de3f3b2
3 changed files with 142 additions and 30 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue