typing out a lot of the JSON
This commit is contained in:
parent
514f81ee8b
commit
58b79be7f2
19 changed files with 359 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue