@akarui/aoi.parser
Version:
A parser for Aoi.js' Message System
41 lines • 849 B
TypeScript
export declare enum ButtonStyles {
primary = 1,
secondary = 2,
success = 3,
danger = 4,
link = 5
}
export declare enum ChannelTypes {
text = 0,
dm = 1,
voice = 2,
group = 3,
category = 4,
news = 5,
newsThread = 10,
publicThread = 11,
privateThread = 12,
stage = 13,
directory = 14,
forum = 15,
GUILD_TEXT = 0,
DM = 1,
GUILD_VOICE = 2,
GROUP_DM = 3,
GUILD_CATEGORY = 4,
GUILD_ANNOUCEMENT = 5,
ANNOUNCEMENT_THREAD = 10,
PUBLIC_THREAD = 11,
PRIVATE_THREAD = 12,
GUILD_STAGE_VOICE = 13,
GUILD_DIRECTORY = 14,
GUILD_FORUM = 15
}
export declare enum TextInputStyles {
short = 1,
paragraph = 2,
SHORT = 1,
PARAGRAPH = 2
}
export declare function removeEscapesAndTrim(msg: string): string;
//# sourceMappingURL=utils.d.ts.map