From a1c076c482da3cd8e7beb2597a6d3a4cae82faeb Mon Sep 17 00:00:00 2001 From: Defxult <52070034+Defxult@users.noreply.github.com> Date: Fri, 12 Mar 2021 05:35:56 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf25e29..db2441d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Downloads](https://pepy.tech/badge/reactionmenu)](https://pepy.tech/project/reactionmenu) [![Downloads](https://pepy.tech/badge/reactionmenu/month)](https://pepy.tech/project/reactionmenu) [![Downloads](https://pepy.tech/badge/reactionmenu/week)](https://pepy.tech/project/reactionmenu) ## How to install ``` pip install reactionmenu @@ -7,7 +8,7 @@ pip install reactionmenu from reactionmenu import ReactionMenu, Button, ButtonType ``` ## Showcase -![demo](https://cdn.discordapp.com/attachments/655186216060321816/788099328656801852/demo.gif) +![demo](https://cdn.discordapp.com/attachments/655186216060321816/819880729809780746/demo.gif) This package comes with several methods and options in order to make a discord reaction menu simple. Once you have imported the proper classes, you will initialize the constructor like so: ```py From cbdd2d455bacb3bdf9e657011743a093aff618e0 Mon Sep 17 00:00:00 2001 From: Defxult <52070034+Defxult@users.noreply.github.com> Date: Fri, 12 Mar 2021 05:54:40 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db2441d..83b191e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ pip install reactionmenu from reactionmenu import ReactionMenu, Button, ButtonType ``` ## Showcase -![demo](https://cdn.discordapp.com/attachments/655186216060321816/819880729809780746/demo.gif) +![showcase](https://cdn.discordapp.com/attachments/655186216060321816/819885696176226314/showcase.gif) This package comes with several methods and options in order to make a discord reaction menu simple. Once you have imported the proper classes, you will initialize the constructor like so: ```py