mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
36 lines
1006 B
TypeScript
36 lines
1006 B
TypeScript
const ids = {
|
|
users: {
|
|
admin: "79237403620945920",
|
|
},
|
|
roles: {
|
|
sroLfg: "749589703371653158",
|
|
plusTwoPings: "678602424314888224",
|
|
plusThreePings: "818060819811663872",
|
|
plusOne: "657613334249734165",
|
|
plusTwo: "678169134416265260",
|
|
plusThree: "815267885601521696",
|
|
// TESTING VALUES
|
|
// plusTwoPings: "1017077667276783657",
|
|
// plusThreePings: "1017077722813575290",
|
|
// plusOne: "992852036334911638",
|
|
// plusTwo: "992852055251234936",
|
|
// plusThree: "992852066403893258",
|
|
patreonSupporter: "787281384909045760",
|
|
patreonSupporterPlus: "787281624152801350",
|
|
patreonSupporterPlusPlus: "787281663138725928",
|
|
},
|
|
channels: {
|
|
// Salmon Run // Plus Server
|
|
bot: ["746130457455886337", "808995745768013854"],
|
|
sroLfg: "745036737943699546",
|
|
},
|
|
guilds: {
|
|
sro: "737359708276654121",
|
|
plusServer: "351828612208525333",
|
|
sendou: "299182152161951744",
|
|
adminServer: "986325847323582474",
|
|
},
|
|
} as const;
|
|
|
|
export default ids;
|