Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bot/exts/info/doc/_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ async def delete_command(self, ctx: commands.Context, package_name: PackageName)
async def refresh_command(self, ctx: commands.Context) -> None:
"""Refresh inventories and show the difference."""
old_inventories = set(self.base_urls)
with ctx.typing():
async with ctx.typing():
await self.refresh_inventories()
new_inventories = set(self.base_urls)

Expand Down