forked from Supositware/Haha-Yes
change "owner" to "creator"
This commit is contained in:
parent
f7248e5e30
commit
0e186f1752
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class taglistCommand extends Command {
|
|||
.setTitle(message.guild.name)
|
||||
.addField('Trigger:', tagList['dataValues']['trigger'])
|
||||
.addField('Response:', tagList['dataValues']['response'])
|
||||
.addField('Owner:', `${user.username}#${user.discriminator} (${user.id})`);
|
||||
.addField('Creator:', `${user.username}#${user.discriminator} (${user.id})`);
|
||||
|
||||
return message.channel.send(TagEmbed);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue