constants and pfp
This commit is contained in:
parent
94d7e72da7
commit
6dfef2aeba
@ -37,4 +37,14 @@ exports.PermissionNames = {
|
||||
MANAGE_ROLES: "Manage Roles",
|
||||
MANAGE_WEBHOOKS: "Manage Webhooks",
|
||||
MANAGE_EMOJIS: "Manage Emojis"
|
||||
};
|
||||
|
||||
exports.EmbedLimits = {
|
||||
embed: 6000,
|
||||
title: 256,
|
||||
description: 2048,
|
||||
fiedObjects: 25,
|
||||
fieldName: 256,
|
||||
fieldValue: 1024,
|
||||
footerText: 2048
|
||||
};
|
BIN
util/GBotTest.png
Normal file
BIN
util/GBotTest.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
Collection: require('./Collection.js'),
|
||||
Util: require('./Util.js'),
|
||||
Emojis: require('./emojis.json')
|
||||
Emojis: require('./emojis.json'),
|
||||
Constants: require('./Constants.js')
|
||||
};
|
Loading…
Reference in New Issue
Block a user