campDevs / DiscordBot

Discord bot.
https://glitch.com/edit/#!/carnelian-crayfish
MIT License
73 stars 19 forks source link

Cryptocurrency Tracker #44

Open pahosler opened 6 years ago

pahosler commented 6 years ago

Display a list of, or a specific, cryptocurrency's current value in USD

joker314 commented 6 years ago

Taken.

joker314 commented 6 years ago

How about

CommandAction
convertBTC to USD
convert <base><base> to USD
convert <base> <target><base> to <target>
pahosler commented 5 years ago

@joker314 are you still working on this one?

joker314 commented 5 years ago

@pahosler Nope, not anymore.

jdraiv commented 5 years ago

I will work on this. Taken

jdraiv commented 5 years ago

This will be the following commands:

Command Action
convert <base> <target> Base to target
price <base> Base to USD
exchange <base: amount><target> Exchange base to target

Suggestions are welcome 😄

joker314 commented 5 years ago

@jdraiv Looking good -- but I'm a little confused about the exchange command syntax, could you give an example of that command?