mirror of https://github.com/sgoudham/Enso-Bot.git
Installing discord
parent
42d6aaa9f8
commit
9f72b65856
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,10 @@
|
|||||||
|
Metadata-Version: 1.2
|
||||||
|
Name: discord-ext-menus
|
||||||
|
Version: 1.0.0a22+gcc108be
|
||||||
|
Summary: An extension module to make reaction based menus with discord.py
|
||||||
|
Home-page: https://github.com/Rapptz/discord-ext-menus
|
||||||
|
Author: Rapptz
|
||||||
|
License: MIT
|
||||||
|
Description: UNKNOWN
|
||||||
|
Platform: UNKNOWN
|
||||||
|
Requires-Python: >=3.5.3
|
@ -0,0 +1,8 @@
|
|||||||
|
README.md
|
||||||
|
setup.py
|
||||||
|
discord/ext/menus/__init__.py
|
||||||
|
discord_ext_menus.egg-info/PKG-INFO
|
||||||
|
discord_ext_menus.egg-info/SOURCES.txt
|
||||||
|
discord_ext_menus.egg-info/dependency_links.txt
|
||||||
|
discord_ext_menus.egg-info/requires.txt
|
||||||
|
discord_ext_menus.egg-info/top_level.txt
|
@ -0,0 +1 @@
|
|||||||
|
|
@ -0,0 +1,7 @@
|
|||||||
|
..\discord\ext\menus\__init__.py
|
||||||
|
..\discord\ext\menus\__pycache__\__init__.cpython-36.pyc
|
||||||
|
PKG-INFO
|
||||||
|
SOURCES.txt
|
||||||
|
dependency_links.txt
|
||||||
|
requires.txt
|
||||||
|
top_level.txt
|
@ -0,0 +1 @@
|
|||||||
|
discord.py>=1.2.5
|
Loading…
Reference in New Issue