mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
don't log fields
This commit is contained in:
parent
e3acc48410
commit
0b19c440df
1 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,6 @@ async function translateMessage(context, message, to, from){
|
|||
if(emb.fields){
|
||||
let fi = 0;
|
||||
for(const f of emb.fields){
|
||||
console.log(f)
|
||||
mappings["embeds/" + i + "/fields/" + fi + "/name"] = f[1].name;
|
||||
mappings["embeds/" + i + "/fields/" + fi + "/value"] = f[1].value;
|
||||
fi++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue