Initial Commit

This commit is contained in:
Ian
2024-03-10 00:21:05 -05:00
parent ebb3da0fdd
commit f76b86416a
3 changed files with 33 additions and 16 deletions

View File

@@ -7,8 +7,8 @@ import discord
from utils import can_publish_announcements
ANNOUNCEMENT_BUILDER_TIMEOUT = 1200
ANNOUNCEMENT_EMOJI = "<:upvote:354233015842635776>" # <: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/1113146864804573285/1214590384001515560/41bannerEisenlowe.png?ex=65f9aa71&is=65e73571&hm=1cd99b04925a778d05b6d1cd1ae804af083760b0c11cc7ae96d44491b1fcb3ff&"
INSTRUCTIONS = """\
1. Title should not use any formatting.
2. "Video" should only be used for YouTube or video links with pretty embeds.

View File

@@ -33,6 +33,7 @@ PING_PREVIEWS = """\
- Dynamic Event: `Event Name PU/PTU`
**General News**
- This Week in Star Citizen: 'This Week in Star Citizen'
- Sneak Peek: `Weekly Sneak Peek`
- Lore Post: `Lore Post: Name`
- Dev Reply: `Dev Reply`
@@ -40,19 +41,20 @@ PING_PREVIEWS = """\
- JP: `Jump Point`
"""
IDS = """\
__**Channels:**__
Server News - `1113146864804573285`
Patch Notes - `585952222853201941`
SC News - `569635458183856149`
General News - `803341100618219540`
__**Server News:**__
Channel - `1113146864804573285`
Role - `1113152142300156004`
__**Patch Notes:**__
Channel - `585952222853201941`
Role - `620025894559547412`
__**SC News:**__
Channel - `569635458183856149`
Role - `620025828079697920`
__**General News:**__
Channel - `803341100618219540`
Role - `803343410794594385`
__**Roles:**__
Server News - `1113152142300156004`
Patch Notes - `620025894559547412`
SC News - `620025828079697920`
General News - `803343410794594385`
__**Where to post what:**__
__**Posting Locations:**__
[Check here](https://discord.com/channels/82210263440306176/611922107345141760/1113905662217441330) for a guide on what post types go where.
"""