aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'arthur/bot.py')
-rw-r--r--arthur/bot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/bot.py b/arthur/bot.py
index 05da078..5ba93a5 100644
--- a/arthur/bot.py
+++ b/arthur/bot.py
@@ -75,6 +75,7 @@ class KingArthur(Bot):
logger.info("Loaded <red>jishaku</red>")
async def is_owner(self, user: Union[User, Member]) -> bool:
+ """Check if the invoker is a bot owner."""
if not user.guild_id:
return False