{"id":16170099,"url":"https://github.com/mineinjava/discord-splash","last_synced_at":"2025-03-16T10:31:01.359Z","repository":{"id":37963632,"uuid":"335796666","full_name":"Mineinjava/discord-splash","owner":"Mineinjava","description":"An API wrapper for Discord's slash commands. ","archived":false,"fork":false,"pushed_at":"2023-04-03T13:59:25.000Z","size":2453,"stargazers_count":2,"open_issues_count":28,"forks_count":3,"subscribers_count":1,"default_branch":"rewrite","last_synced_at":"2024-10-11T03:17:11.041Z","etag":null,"topics":["api-wrapper","discord","discord-bot","discord-slash-commands","discord-splash","hacktoberfest","hacktoberfest2021","python"],"latest_commit_sha":null,"homepage":"https://discordsplash.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mineinjava.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-04T00:46:40.000Z","updated_at":"2023-01-23T13:08:33.000Z","dependencies_parsed_at":"2023-02-17T20:01:03.281Z","dependency_job_id":null,"html_url":"https://github.com/Mineinjava/discord-splash","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mineinjava%2Fdiscord-splash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mineinjava%2Fdiscord-splash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mineinjava%2Fdiscord-splash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mineinjava%2Fdiscord-splash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mineinjava","download_url":"https://codeload.github.com/Mineinjava/discord-splash/tar.gz/refs/heads/rewrite","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221662684,"owners_count":16859731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-wrapper","discord","discord-bot","discord-slash-commands","discord-splash","hacktoberfest","hacktoberfest2021","python"],"created_at":"2024-10-10T03:17:15.983Z","updated_at":"2024-10-27T10:25:15.044Z","avatar_url":"https://github.com/Mineinjava.png","language":"Python","readme":"# discord-splash\nAn API wrapper for Discord's slash commands.\n\n[![Maintainability](https://api.codeclimate.com/v1/badges/518e23ddf3bf0b0e065f/maintainability)](https://codeclimate.com/github/Mineinjava/discord-splash/maintainability) [![Documentation Status](https://readthedocs.org/projects/discordsplash/badge/?version=latest)](https://discordsplash.readthedocs.io/en/latest/?badge=latest) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github\u0026repo=Mineinjava/discord-splash)](https://dependabot.com)\n\n### Docs:\n[![Documentation Status](https://readthedocs.org/projects/discordsplash/badge/?version=latest)](https://discordsplash.readthedocs.io/en/latest/?badge=latest)\n\nDocs are hosted on [ReadTheDocs.](https://discordsplash.readthedocs.io/en/latest/)\n### **NOTE:**\nyou are required to make the slash commands via the Discord API. ***Currently* this is not possible via this API wrapper.**\n### Examples:\n*Simple bot that responds with \"hi\"*\n```python\nfrom discordSplash import Run\nimport discordSplash\n\n@discordSplash.command(name='hello')\nasync def hello(data):\n    await data.respond(discordSplash.ReactionResponse(\"hi\"))\n\n\nRun('TOKEN')\n```\n\n*Presence Example*\n```python\nfrom discordSplash import Run, Presence\nimport discordSplash\n\nx = Presence(text='testing', presenceType=discordSplash.PresenceType.Game)\n\nRun('TOKEN', x)\n```\n### Installation\nUse `pip install discordSplash`\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineinjava%2Fdiscord-splash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmineinjava%2Fdiscord-splash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineinjava%2Fdiscord-splash/lists"}