mirror of
https://github.com/hencaric/SCNewsBot.git
synced 2026-08-16 22:46:03 +01:00
reformat code
This commit is contained in:
@@ -7,7 +7,7 @@ import discord
|
|||||||
from utils import can_publish_announcements
|
from utils import can_publish_announcements
|
||||||
|
|
||||||
ANNOUNCEMENT_BUILDER_TIMEOUT = 1200
|
ANNOUNCEMENT_BUILDER_TIMEOUT = 1200
|
||||||
ANNOUNCEMENT_EMOJI = "👍" # <:upvote:354233015842635776>
|
ANNOUNCEMENT_EMOJI = "👍" # <:upvote:354233015842635776>
|
||||||
DEFAULT_IMAGE_URL = "https://media.discordapp.net/attachments/1062905729532571719/1123340546979676311/NewsDefault.jpg?width=810&height=180"
|
DEFAULT_IMAGE_URL = "https://media.discordapp.net/attachments/1062905729532571719/1123340546979676311/NewsDefault.jpg?width=810&height=180"
|
||||||
INSTRUCTIONS = """\
|
INSTRUCTIONS = """\
|
||||||
1. Title should not use any formatting.
|
1. Title should not use any formatting.
|
||||||
@@ -189,7 +189,9 @@ class Announcement:
|
|||||||
setattr(self, option.id, converted_value)
|
setattr(self, option.id, converted_value)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
async def get_embed(self, *, bot: commands.Bot, show_author: bool = False) -> discord.Embed:
|
async def get_embed(
|
||||||
|
self, *, bot: commands.Bot, show_author: bool = False
|
||||||
|
) -> discord.Embed:
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
color=bot.config.embed_color,
|
color=bot.config.embed_color,
|
||||||
title=self.title,
|
title=self.title,
|
||||||
|
|||||||
Reference in New Issue
Block a user