mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
add: some thread errors
This commit is contained in:
@@ -18,6 +18,11 @@ export enum Errors {
|
||||
MEMBER_SEARCH_LIMIT_TOO_LOW = "MEMBER_SEARCH_LIMIT_TOO_LOW",
|
||||
PRUNE_MAX_DAYS = "PRUNE_MAX_DAYS",
|
||||
ROLE_NOT_FOUND = "ROLE_NOT_FOUND",
|
||||
// Thread errors
|
||||
INVALID_THREAD_PARENT_CHANNEL_TYPE = "INVALID_THREAD_PARENT_CHANNEL_TYPE",
|
||||
GUILD_NEWS_CHANNEL_ONLY_SUPPORT_PUBLIC_THREADS =
|
||||
"GUILD_NEWS_CHANNEL_ONLY_SUPPORT_PUBLIC_THREADS",
|
||||
NOT_A_THREAD_CHANNEL = "NOT_A_THREAD_CHANNEL",
|
||||
// Message Delete Errors
|
||||
DELETE_MESSAGES_MIN = "DELETE_MESSAGES_MIN",
|
||||
PRUNE_MIN_DAYS = "PRUNE_MIN_DAYS",
|
||||
|
||||
Reference in New Issue
Block a user