generated from nhcarrigan/template
d2be204188
Removes the hourly RSS news posting functionality, including the postNews module, rss interface, lastRssItems tracking, and the rss-parser dependency.
75 lines
2.4 KiB
TypeScript
75 lines
2.4 KiB
TypeScript
/**
|
|
* @copyright NHCarrigan
|
|
* @license Naomi's Public License
|
|
* @author Naomi Carrigan
|
|
*/
|
|
|
|
export const ids = {
|
|
channels: {
|
|
accessibilityForum: "1451006622838030509",
|
|
billingQuestions: "1451010972771811480",
|
|
bugReports: "1447723804330823763",
|
|
communityFeedback: "1447726591189975210",
|
|
featureRequests: "1447726510369931295",
|
|
formSubmissions: "1448445144071147520",
|
|
gaming: "1385797656307175468",
|
|
general: "1385797320389431336",
|
|
legalNotices: "1451009920479793254",
|
|
marketingProposals: "1451012386327756902",
|
|
menteeChat: "1400589073613062204",
|
|
mentorshipGoalForum: "1400629118110011526",
|
|
mentorshipProjectForum: "1400616702265266186",
|
|
naomiDiscussionForum: "1408154690121633917",
|
|
partnershipRequests: "1451009066355654829",
|
|
policyIdeation: "1417294974046965842",
|
|
pressInquiries: "1451011543482368163",
|
|
resumeReviewForum: "1407807555266154496",
|
|
technicalSupport: "1451014823440678972",
|
|
},
|
|
guilds: {
|
|
nhcarrigan: "1354624415861833870",
|
|
},
|
|
roles: {
|
|
mentorship: "1400588705273745550",
|
|
nhcarrigan: "1355033209037127771",
|
|
representing: "1407861842847469598",
|
|
},
|
|
tags: {
|
|
discussion: {
|
|
member: "1408167311516500071",
|
|
naomi: "1408167262803853493",
|
|
},
|
|
goal: {
|
|
member: "1406355263811752147",
|
|
naomi: "1406355221847871740",
|
|
},
|
|
project: {
|
|
member: "1406355801983025183",
|
|
naomi: "1406355770336870420",
|
|
},
|
|
resume: {
|
|
member: "1407807699718111292",
|
|
naomi: "1407807752549699727",
|
|
},
|
|
unanswered: {
|
|
accessibilityForum: "1451008476779122869",
|
|
billingQuestions: "1451011252301205524",
|
|
bugReports: "1447726213446500555",
|
|
communityFeedback: "1447726807595094036",
|
|
featureRequests: "1447726899919978677",
|
|
legalNotices: "1451010521687130313",
|
|
marketingProposals: "1451012664858906720",
|
|
partnershipRequests: "1451009530459586650",
|
|
policyIdeation: "1447755602318196828",
|
|
pressInquiries: "1451012067841544223",
|
|
technicalSupport: "1451015143646298132",
|
|
},
|
|
},
|
|
users: {
|
|
amari: "1406431359345496255",
|
|
naomi: "465650873650118659",
|
|
nhcarrigan: "1382837581649150104",
|
|
teklu: "1381735115163570198",
|
|
},
|
|
};
|