This commit is contained in:
Daniel Odendahl Jr
2017-08-16 17:42:46 +00:00
parent b6fe4ccb05
commit a4c8638552
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ module.exports = class UnbanCommand extends Command {
.setColor(0x00AE86)
.setTimestamp()
.setDescription(stripIndents`
**Member:** ${member.user.tag} (${member.id})
**Member:** ${member.tag} (${member.id})
**Action:** Unban
**Reason:** ${reason}
`);