powercord-crypto is a powercord plugin version of my discord bot, ethernet. It uses the coingecko API to get price data, and the asciichart module to create cool ascii price-history charts
powercord-crypto is NOT a selfbot. It never uploads embeds, and doesn't respond to other users. It uses powercord's built in command function, and uses code blocks to neatly arrange data.
Open your powercord plugin folder, and run
git clone https://github.com/hummusbird/powercord-crypto
Make sure you run npm install inside the powercord-crypto folder afterwards to install dependencies.
powercrd-crypto uses powercord's built in command function. The prefix will be the same as you've set in powercord's settings. I will use . for simplicity here.
powercord-crypto currently has six commands:
.crypto help - This message
.rate [crypto] [fiat(s)] - Prints current cryptocurrency pricing. Separate fiats using a comma.
.convert [amount] [fiat] [crypto] - Exchanges fiat currencies to crypto.
.chart [crypto] [days] - Prints an ASCII price history chart.
.crypto list crypto/fiat [page] - Lists available fiats and cryptos that can be used in .rate and .convert.
.crypto donate - Lists crypto donation addresses for powercord-crypto ;)
Some commands are explained further below.
Prints a neat codeblock with exchanges between crypto and fiat currencies.
Multiple fiat currencies can be defined, each separated by a comma. Only one cryptocurrency can be defined.
Converts a specific value of fiat currency into crypto.
You currently cannot convert crypto into fiat. However, some cryptos, such as BTC AND ETH, are also marked as "fiat". This means you can convert ETH into USDT (A crypto tied to the US Dollar) as a workaround.
This workaround also allows you to convert ETH to BTC, and vice-versa. Check fiat.txt for all currencies marked as "fiat"
Prints a price-history ascii codeblock chart. Define one crypto and how many days for width.
Run .crypto list crypto for a list of all supported cryptocurrencies.
Run .crypto list fiat for a list of all supported fiat currencies.
powercord-crypto has an extensive settings panel, where you can define the default values for all commands.
You can also choose whether to print a taller, 32-line chart instead of the default 16 line one. This requires you to either have nitro (with the larger 4,000 character message limit) or to disable sending powercord-crypto messages publically.
Do not use this plugin make financial decisions. Due to the way some of the functions work, the plugin is not as accurate as proper trading platforms. I am not resposible if you spend your life savings on poocoin, and elon says it's a bit smelly. (or any other decisions you make based off this plugin)






