forked from Supositware/Haha-Yes
display better the tag
This commit is contained in:
parent
b408a4c0cb
commit
b017a9c9fe
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class taglistCommand extends Command {
|
|||
json = JSON.stringify(data);
|
||||
json = json.replace(/[{}'\\]+/g, '');
|
||||
json = json.replace(/,+/g, '\n');
|
||||
json = json.replace(/"/g, ' ');
|
||||
|
||||
const tagEmbed = new MessageEmbed()
|
||||
.setColor('#ff9900')
|
||||
|
|
Loading…
Reference in a new issue