Added invite functionality and changed the EJS

This commit is contained in:
ION606
2023-04-01 21:49:27 -04:00
parent e0ffe24eec
commit f1415a9840
25 changed files with 589 additions and 201 deletions
+3 -5
View File
@@ -1,6 +1,6 @@
const colConvert = require('../../utils/color_functions.js');
import colConvert from '../../utils/color_functions.js';
class Embed {
export class Embed {
/** @type {Number} */
color;
@@ -122,6 +122,4 @@ class Embed {
return retObj;
}
//#endregion
}
module.exports = Embed;
}