Skip to content

Commit

Permalink
Merge pull request #223 from Bot-detector/develop
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
extreme4all authored Dec 30, 2023
2 parents 7750799 + ba6d4d2 commit b77d5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cogs/rsn_linking_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def _batch(self, iterable, n=1) -> list:
for ndx in range(0, l, n):
yield iterable[ndx : min(ndx + n, l)]

async def send_pm(self, ctx: discord.Context, *args, **kwargs):
async def send_pm(self, ctx: Context, *args, **kwargs):
"""Handles sending a PM to a context author. Will tell user to check PMs, and reply with an error message
if failed due to disabled PMs.
Expand Down

0 comments on commit b77d5f8

Please sign in to comment.