From f23f095f7607d59cde280c684014a8928f5d72d0 Mon Sep 17 00:00:00 2001 From: Sin <50817549+8cy@users.noreply.github.com> Date: Thu, 7 May 2020 19:21:47 -0700 Subject: remove duplicate alias --- src/commands/bot/memoryusage.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/commands/bot/memoryusage.ts b/src/commands/bot/memoryusage.ts index c8fd2cc..e5ed33b 100644 --- a/src/commands/bot/memoryusage.ts +++ b/src/commands/bot/memoryusage.ts @@ -10,8 +10,7 @@ module.exports = class MemoryUsageBot extends Command { 'mem-usage', 'memory-usage', 'mem', - 'memory', - 'memoryusage' + 'memory' ], group: 'bot', memberName: 'memoryusage', @@ -29,4 +28,4 @@ module.exports = class MemoryUsageBot extends Command { const used = process.memoryUsage().heapUsed / 1024 / 1024; msg.reply(`The current, approximate memory usage is currently **${Math.round(used * 100) / 100}** MBs. ${emoji.random()}`) } -}; \ No newline at end of file +}; -- cgit v1.2.3