mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
add: Added .coins command which lists top 10 cryptos ordered by marketcap, paginated with 10 per page
This commit is contained in:
@@ -4545,4 +4545,15 @@ honeypot:
|
||||
ex:
|
||||
- ''
|
||||
params:
|
||||
- {}
|
||||
- {}
|
||||
coins:
|
||||
desc: |-
|
||||
Shows a list of 10 crypto currencies ordered by market cap.
|
||||
Shows their price, change in the last24h, market cap and circulating and total supply.
|
||||
Paginated with 10 per page.
|
||||
ex:
|
||||
- ''
|
||||
- '2'
|
||||
params:
|
||||
- page:
|
||||
desc: "Page number to show. Starts at 1."
|
Reference in New Issue
Block a user