This commit is contained in:
Daniel Odendahl Jr
2017-10-10 17:00:04 +00:00
parent dea1e8392a
commit 6879c668a9
12 changed files with 27 additions and 32 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class CurrencyCommand extends Command {
group: 'num-edit',
memberName: 'currency',
description: 'Converts a number from one currency to another.',
details: `**Codes:** ${codes.join(', ')}`,
details: `**Codes**: ${codes.join(', ')}`,
args: [
{
key: 'base',