{"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO;AAEP,cAAc;AACd,cAAc","sourcesContent":["import 'tslib';\n\nexport * from './lib/statcord';\nexport * from './lib/types';\n\nimport type { StatcordOptions } from './lib/types';\n\ndeclare module 'discord.js' {\n\texport interface ClientOptions {\n\t\t/**\n\t\t * @deprecated Statcord and all related discordlabs have been discontinued. This plugin will be discontinued soon.\n\t\t */\n\t\tstatcord?: StatcordOptions;\n\t}\n}\n"]}