mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
add provisional avatar support
This commit is contained in:
parent
2161289223
commit
be2bf58b51
7 changed files with 31 additions and 13 deletions
|
@ -1606,4 +1606,14 @@ module.exports.MESSAGE_BLOCK_REASONS = Object.freeze({
|
|||
message: "the channel's permission setup",
|
||||
support_article: 10543994968087
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
// Used by provisional accounts for the new partner SDK
|
||||
module.exports.PROVISIONAL_ACCOUNT_AVATARS = Object.freeze([
|
||||
"https://discord.com/assets/cc4d3c817f9a1b57a4f2.png",
|
||||
"https://discord.com/assets/bea3e879099c0aacba64.png",
|
||||
"https://discord.com/assets/d569b695280979e11ca3.png",
|
||||
"https://discord.com/assets/0afec6e15d7c376edb17.png",
|
||||
"https://discord.com/assets/06c71afa509013e91173.png",
|
||||
"https://discord.com/assets/15a9b7ce7525b2fbe72f.png"
|
||||
])
|
Loading…
Add table
Add a link
Reference in a new issue