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

Fixed name on system channel flags #154

Merged
merged 1 commit into from
Mar 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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