mirror of
https://github.com/hencaric/SCNewsBot.git
synced 2026-08-18 23:46:03 +01:00
new production version
This commit is contained in:
@@ -3,12 +3,13 @@ from __future__ import annotations
|
||||
from typing import Any, Optional, Callable, Awaitable
|
||||
from dataclasses import dataclass
|
||||
from discord.ext import commands
|
||||
from discord.ui import Button
|
||||
import discord
|
||||
from utils import can_publish_announcements
|
||||
|
||||
ANNOUNCEMENT_BUILDER_TIMEOUT = 1200
|
||||
ANNOUNCEMENT_EMOJI = "👍" # <:upvote:354233015842635776>
|
||||
DEFAULT_IMAGE_URL = "https://media.discordapp.net/attachments/1062905729532571719/1123340546979676311/NewsDefault.jpg?width=810&height=180"
|
||||
ANNOUNCEMENT_EMOJI = "<:upvote:354233015842635776>"
|
||||
DEFAULT_IMAGE_URL = "https://cdn.discordapp.com/attachments/611922107345141760/1227292305556242582/41bannerEisenlowe.png?"
|
||||
INSTRUCTIONS = """\
|
||||
1. Title should not use any formatting.
|
||||
2. "Video" should only be used for YouTube or video links with pretty embeds.
|
||||
|
||||
Reference in New Issue
Block a user