We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40eab3e commit 3360fbaCopy full SHA for 3360fba
setup.py
@@ -20,11 +20,11 @@
20
extras["dev"] = extras["lint"] + extras["readthedocs"]
21
22
setup(
23
- name="discord-py-slash-command",
+ name="discord-py-interactions",
24
version=VERSION,
25
author="goverfl0w",
26
author_email="jwalston2002@gmail.com",
27
- description="A simple interaction handler for discord.py.",
+ description="A simple API wrapper for Discord interactions.",
28
extras_require=extras,
29
install_requires=["discord.py", "aiohttp"],
30
license="MIT License",
0 commit comments