Issue Description:
As a user of our Discord bot, I want to be able to use a "/currency" command to convert between different currencies and display the exchange rate, so that I can easily perform currency conversions within Discord.
Feature Description:
The "/currency" command should take two arguments: the source currency and the target currency.
When invoked with the source and target currencies, the bot should fetch the exchange rate from a currency conversion API.
The bot's response should include the exchange rate and the converted amount.
Acceptance Criteria:
The "/currency" command is successfully implemented and tested.
Invoking the "/currency" command with valid source and target currencies should result in the bot fetching and displaying the exchange rate.
The bot's response should include the exchange rate and the converted amount.
Additional Notes:
This feature will provide users with a convenient way to perform currency conversions within Discord.
Please ensure thorough testing of the "/currency" command functionality before closing this issue.
Issue Title: Implement /currency Command
Issue Description: As a user of our Discord bot, I want to be able to use a "/currency" command to convert between different currencies and display the exchange rate, so that I can easily perform currency conversions within Discord.
Feature Description:
Acceptance Criteria:
Additional Notes: