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