mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-06-06 00:07:01 +00:00
Added invite functionality and changed the EJS
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user