File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 name = "interactions-fastapi" ,
2020 version = version ,
2121 description = "Build an API for your bot with FastAPI" ,
22- link = "https://github.com/Damego /interactions-fastapi" ,
22+ link = "https://github.com/interactions-py /interactions-fastapi" ,
2323 packages = ["interactions.ext.fastapi" ],
2424 requirements = [
2525 "discord-py-interactions" ,
Original file line number Diff line number Diff line change 88DESCRIPTION = "Build an API for your bot with FastAPI"
99PROJECT_NAME = "interactions-fastapi"
1010MAIN_PACKAGE_NAME = "interactions.ext.fastapi"
11- URL = "https://github.com/Damego /interactions-fastapi"
11+ URL = "https://github.com/interactions-py /interactions-fastapi"
1212
1313with open ("README.md" , "r" , encoding = "utf-8" ) as f :
1414 README = f .read ()
You can’t perform that action at this time.
0 commit comments