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

Commit

Permalink
ignored no longer
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Dec 4, 2023
1 parent 9108981 commit 785788e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vyxalbot2/github/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ async def wrapper(self: "GitHubApplication", event: GitHubEvent, services: list[
if line == PinThat:
await service.pin(ids[-1])
continue
# ZWJ so Bridget ignores it
ids.append(await service.send("\u200d" + line, discordSuppressEmbeds=True))
ids.append(await service.send(line, discordSuppressEmbeds=True))
return wrapper

class GitHubApplication(Application):
Expand Down

0 comments on commit 785788e

Please sign in to comment.