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

Commit

Permalink
Add nomsg
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskDuck committed Jun 5, 2024
1 parent b0a2067 commit 0b9772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _orangcbot/extensions/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async def on_message(self, message: nextcord.Message):
title="PR/Issue",
description=embed_description,
color=nextcord.Color.from_rgb(136, 225, 180),
)
).set_footer(text="No other messages, even 'Please' or 'Thank you'.")
)

@commands.Cog.listener("on_message_edit")
Expand Down

0 comments on commit 0b9772c

Please sign in to comment.