BetterDiscordApp-v2/tests/ext/plugins/Depend Error Test/index.js

13 lines
197 B
JavaScript

module.exports = (Plugin, Api, Vendor) => {
return class extends Plugin {
onStart() {
return true;
}
onStop() {
return true;
}
}
}