Export modules in typescript

This commit is contained in:
Christer Warén
2023-06-04 04:29:42 +03:00
parent 56f0ab5a40
commit 9303c4fcc9
38 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const {
NoSubscriberBehavior
} = require("@discordjs/voice");
module.exports = class {
export default class Streamer {
constructor() {
this.map = new Map();
this.mode = null;