mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Credit Command
This commit is contained in:
@@ -9,6 +9,12 @@ module.exports = class CurrencyCommand extends Command {
|
||||
group: 'number-edit',
|
||||
memberName: 'currency',
|
||||
description: 'Converts currency from one currency to another.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Foreign exchange rates API',
|
||||
url: 'https://exchangeratesapi.io/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'amount',
|
||||
|
||||
Reference in New Issue
Block a user