diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst
index 3672823a3..00dee0ab0 100644
--- a/docs/ext/commands/api.rst
+++ b/docs/ext/commands/api.rst
@@ -124,12 +124,16 @@ Checks
 
 .. autofunction:: discord.ext.commands.has_permissions
 
+.. autofunction:: discord.ext.commands.has_guild_permissions
+
 .. autofunction:: discord.ext.commands.has_any_role
 
 .. autofunction:: discord.ext.commands.bot_has_role
 
 .. autofunction:: discord.ext.commands.bot_has_permissions
 
+.. autofunction:: discord.ext.commands.bot_has_guild_permissions
+
 .. autofunction:: discord.ext.commands.bot_has_any_role
 
 .. autofunction:: discord.ext.commands.cooldown