Skip to content

Commit

Permalink
fix: name on system channel flags (Pycord-Development#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
OldPranoy authored Mar 19, 2023
1 parent 02d9cd9 commit c8eeac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycord/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def suppress_guild_reminder_notifications(self) -> bool | int:
return 1 << 2

@flag
def suppress_guild_reminder_notifications(self) -> bool | int:
def supress_join_notifications_replies(self) -> bool | int:
return 1 << 3


Expand Down

0 comments on commit c8eeac2

Please sign in to comment.