add: Added .coins command which lists top 10 cryptos ordered by marketcap, paginated with 10 per page

This commit is contained in:
Kwoth
2024-07-07 05:23:59 +00:00
parent ca13684c0d
commit 25fa8a3852
6 changed files with 174 additions and 48 deletions

View File

@@ -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."