Skip to content

Commit

Permalink
[AntiLinks] allow voice channels in watch
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Sep 23, 2023
1 parent b33ea68 commit 82a03fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antilinks/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ async def _watch(
self,
ctx: commands.Context,
add_or_remove: Literal["add", "remove"],
channels: commands.Greedy[discord.TextChannel] = None,
channels: commands.Greedy[Union[discord.TextChannel, discord.VoiceChannel]] = None,
) -> None:
"""
Add/remove/list channels to watch.
Expand Down

0 comments on commit 82a03fe

Please sign in to comment.