mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 21:16:09 +00:00
chore: release
This commit is contained in:
parent
baa78422ec
commit
8cc495a4db
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "seyfert",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"description": "The most advanced framework for discord bots",
|
||||
"main": "./lib/index.js",
|
||||
"module": "./lib/index.js",
|
||||
|
@ -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_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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user