File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
"""Discord Slash Constants"""
2
2
3
- __version__ = "1.2.2 "
3
+ __version__ = "2.0.1 "
4
4
5
5
BASE_API = "https://discord.com/api/v8"
Original file line number Diff line number Diff line change 22
22
setup (
23
23
name = "discord-py-slash-command" ,
24
24
version = VERSION ,
25
- author = "eunwoo1104 " ,
26
- author_email = "sions04@naver .com" ,
27
- description = "A simple discord slash command handler for discord.py." ,
25
+ author = "LordOfPolls " ,
26
+ author_email = "ddavidallen13@gmail .com" ,
27
+ description = "A simple interaction handler for discord.py." ,
28
28
extras_require = extras ,
29
29
install_requires = ["discord.py" , "aiohttp" ],
30
30
license = "MIT License" ,
31
31
long_description = README ,
32
32
long_description_content_type = "text/markdown" ,
33
- url = "https://github.com/eunwoo1104/ discord-py-slash-command " ,
33
+ url = "https://github.com/discord-py-slash-commands/discord-py-interactions " ,
34
34
packages = find_packages (),
35
35
python_requires = ">=3.6" ,
36
36
classifiers = [
You can’t perform that action at this time.
0 commit comments