Skip to content

Commit

Permalink
Merge pull request #57 from mezotv/master
Browse files Browse the repository at this point in the history
feat(apis): add interactions.js
  • Loading branch information
apacheli authored Aug 31, 2023
2 parents 188a921 + 5c536f1 commit 8104f5b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"discord.io",
"discordie",
"eris",
"interactions.js",
"js-cord"
]
},
Expand Down
13 changes: 13 additions & 0 deletions libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,19 @@
"tags": [],
"urls": {}
},
"interactions.js": {
"language": "JavaScript",
"repository_url": "https://github.com/fb-sean/interactions.js",
"description": "A powerful JavaScript library to work with discords interactions",
"license": " Apache-2.0 License",
"created_at": "2022-08-18",
"features": [
"interactions",
"rest"
],
"tags": [],
"urls": {}
},
"interactions.py": {
"language": "Python",
"repository_url": "https://github.com/interactions-py/interactions.py",
Expand Down

0 comments on commit 8104f5b

Please sign in to comment.