File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11"""Discord Slash Constants"""
22
3- __version__ = "3.0.0 "
3+ __version__ = "2.4.2 "
44
55BASE_API = "https://discord.com/api/v8"
Original file line number Diff line number Diff line change 2222setup (
2323 name = "discord-py-slash-command" ,
2424 version = VERSION ,
25- author = "LordOfPolls " ,
26- author_email = "ddavidallen13 @gmail.com" ,
25+ author = "goverfl0w " ,
26+ author_email = "jwalston2002 @gmail.com" ,
2727 description = "A simple interaction handler for discord.py." ,
2828 extras_require = extras ,
2929 install_requires = ["discord.py" , "aiohttp" ],
3030 license = "MIT License" ,
3131 long_description = README ,
3232 long_description_content_type = "text/markdown" ,
33- url = "https://github.com/discord-py-slash-commands /discord-py-interactions" ,
33+ url = "https://github.com/discord-py-interactions /discord-py-interactions" ,
3434 packages = find_packages (),
3535 python_requires = ">=3.6" ,
3636 classifiers = [
You can’t perform that action at this time.
0 commit comments