Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
pylint: auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb committed Oct 23, 2020
1 parent 5172eb2 commit d3c7e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userge/plugins/utils/snips.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def _list_all_snips_(message: Message) -> None:
name="get_snip",
trigger="",
filter_me=True,
#check_client=True,
# check_client=True,
allow_channels=False,
)
async def get_snip(message: Message) -> None:
Expand Down

1 comment on commit d3c7e08

@vercel
Copy link

@vercel vercel bot commented on d3c7e08 Oct 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.