Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
馃摑 Added typing to the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Enderchief committed Jan 13, 2022
1 parent 3d4a3e2 commit 83f1d02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pincer/objects/guild/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,13 +790,13 @@ async def history(
Parameters
----------
around
around : Optional[Union[:class:`int`, :class:`Snowflake`]]
The message ID to look around.
after
after : Optional[Union[:class:`int`, :class:`Snowflake`]]
The message ID to look after.
before
before : Optional[Union[:class:`int`, :class:`Snowflake`]]
The message ID to look before.
limit
limit : Optional[Union[:class:`int`, :class:`Snowflake`]]
The maximum number of messages to return.
Returns
Expand Down

0 comments on commit 83f1d02

Please sign in to comment.