From edd3dad9d507cf7f7d35547edd669f1a4159ff0a Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 7 Sep 2017 16:54:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=85=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/text-edit/b.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/text-edit/b.js b/commands/text-edit/b.js index 65128c1d..418d3841 100644 --- a/commands/text-edit/b.js +++ b/commands/text-edit/b.js @@ -4,7 +4,7 @@ module.exports = class BCommand extends Command { constructor(client) { super(client, { name: 'b', - aliases: [':b:'], + aliases: ['🅱'], group: 'text-edit', memberName: 'b', description: ':b:.',