display better the tag

merge-requests/3/head
loicbersier 5 years ago
parent b408a4c0cb
commit b017a9c9fe

@ -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…
Cancel
Save