typing out a lot of the JSON
This commit is contained in:
@@ -5,6 +5,7 @@ class Embed {
|
||||
owner;
|
||||
json;
|
||||
constructor(json, owner) {
|
||||
console.log(json);
|
||||
this.type = this.getType(json);
|
||||
this.owner = owner;
|
||||
this.json = json;
|
||||
|
Reference in New Issue
Block a user