UNPKG

discord-api-types

Version:

Discord API typings that are kept up to date for use in bot library creation.

9 lines (7 loc) 281 B
import mod from "./index.js"; export default mod; export const APIVersion = mod.APIVersion; export const AllowedMentionsTypes = mod.AllowedMentionsTypes; export const Locale = mod.Locale; export const RESTJSONErrorCodes = mod.RESTJSONErrorCodes; export const Routes = mod.Routes;