summaryrefslogtreecommitdiffstats
path: root/src/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.js')
-rw-r--r--src/constants.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/constants.js b/src/constants.js
index b453316e6..60a9a55bf 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -232,3 +232,15 @@ export const BOT = {
NO_SETUP: 2,
},
}
+
+export const AVATAR = {
+ SIZE: {
+ EXTRA_SMALL: 22,
+ SMALL: 32,
+ DEFAULT: 44,
+ MEDIUM: 64,
+ LARGE: 128,
+ EXTRA_LARGE: 180,
+ FULL: 512,
+ },
+}