chore: release

This commit is contained in:
Marcos Susaña 2024-09-06 22:23:08 -04:00
parent baa78422ec
commit 8cc495a4db
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "seyfert", "name": "seyfert",
"version": "2.0.0", "version": "2.1.0",
"description": "The most advanced framework for discord bots", "description": "The most advanced framework for discord bots",
"main": "./lib/index.js", "main": "./lib/index.js",
"module": "./lib/index.js", "module": "./lib/index.js",

View File

@ -1,4 +1,4 @@
export const DefaultUserAgent = 'DiscordBot (https://seyfert.dev, v2.0.0)'; export const DefaultUserAgent = 'DiscordBot (https://seyfert.dev, v2.1.0)';
export const ALLOWED_EXTENSIONS = ['webp', 'png', 'jpg', 'jpeg', 'gif'] as const; export const ALLOWED_EXTENSIONS = ['webp', 'png', 'jpg', 'jpeg', 'gif'] as const;
export const ALLOWED_STICKER_EXTENSIONS = ['png', 'json', 'gif'] as const; export const ALLOWED_STICKER_EXTENSIONS = ['png', 'json', 'gif'] as const;
export const ALLOWED_SIZES = [16, 32, 64, 100, 128, 256, 512, 1_024, 2_048, 4_096] as const; export const ALLOWED_SIZES = [16, 32, 64, 100, 128, 256, 512, 1_024, 2_048, 4_096] as const;