mirror of
https://github.com/hencaric/SCNewsBot.git
synced 2026-08-17 06:56:03 +01:00
add core cog
This commit is contained in:
@@ -308,7 +308,7 @@ class AnnouncementBuilderView(discord.ui.View):
|
||||
"You cannot use this menu.", ephemeral=True
|
||||
)
|
||||
return
|
||||
|
||||
|
||||
self.announcement_builder.announcement.is_private = (
|
||||
not self.announcement_builder.announcement.is_private
|
||||
)
|
||||
@@ -330,7 +330,7 @@ class AnnouncementBuilderView(discord.ui.View):
|
||||
"You cannot use this menu.", ephemeral=True
|
||||
)
|
||||
return
|
||||
|
||||
|
||||
self.announcement_builder.announcement.will_notify = (
|
||||
not self.announcement_builder.announcement.will_notify
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user