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) .setColor(0x00AE86)
.setTimestamp() .setTimestamp()
.setDescription(stripIndents` .setDescription(stripIndents`
**Member:** ${member.user.tag} (${member.id}) **Member:** ${member.tag} (${member.id})
**Action:** Unban **Action:** Unban
**Reason:** ${reason} **Reason:** ${reason}
`); `);
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiaobot", "name": "xiaobot",
"version": "30.3.2", "version": "30.3.3",
"description": "Your personal server companion.", "description": "Your personal server companion.",
"main": "Shard.js", "main": "Shard.js",
"scripts": { "scripts": {