Initial commit - Last War messaging system

This commit is contained in:
2026-02-19 01:33:28 -06:00
commit 38a8447a64
2162 changed files with 216183 additions and 0 deletions

28
vendor/discord/interactions/composer.json vendored Executable file
View File

@@ -0,0 +1,28 @@
{
"name": "discord/interactions",
"description": "Utils for implementing the Discord Interactions API",
"type": "library",
"require-dev": {
"simplito/elliptic-php": "^1.0"
},
"archive": {
"exclude": ["!README.md", "!composer.json", "examples", "vendor"]
},
"license": "MIT",
"keywords": ["discord"],
"authors": [
{
"name": "Ian Webster",
"email": "ianw_php@ianww.com"
}
],
"autoload": {
"psr-4": {"Discord\\": "discord"}
},
"suggest": {
"simplito/elliptic-php": "Required to validate interaction signatures."
},
"conflict": {
"simplito/elliptic-php": "<1.0,>=1.1"
}
}