v2.0.0 breaking changes
A single breaking change, but a big one,
Importing the package is now different, you do
const { AutoPoster } = require('topgg-autoposter')
rather than exporting by default.
If you export by default it will not work.
Not breaking but also a new error
event thanks to #4 which if used, will disable the console.error by default.