UNPKG

seyfert

Version:

The most advanced framework for discord bots

9 lines (8 loc) 569 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ALLOWED_SOUNDS_EXTENSIONS = exports.ALLOWED_SIZES = exports.ALLOWED_STICKER_EXTENSIONS = exports.ALLOWED_EXTENSIONS = exports.DefaultUserAgent = void 0; exports.DefaultUserAgent = 'DiscordBot (https://seyfert.dev, v2.1.0)'; exports.ALLOWED_EXTENSIONS = ['webp', 'png', 'jpg', 'jpeg', 'gif']; exports.ALLOWED_STICKER_EXTENSIONS = ['png', 'json', 'gif']; exports.ALLOWED_SIZES = [16, 32, 64, 100, 128, 256, 512, 1_024, 2_048, 4_096]; exports.ALLOWED_SOUNDS_EXTENSIONS = ['mp3', 'ogg'];