typing out a lot of the JSON

This commit is contained in:
MathMan05 2024-07-26 16:31:27 -05:00
parent 514f81ee8b
commit 58b79be7f2
19 changed files with 359 additions and 44 deletions

View file

@ -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;