discord-user-bots


Namediscord-user-bots JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/CCCProo/discord_user_bot
SummaryNone
upload_time2024-08-03 14:04:06
maintainerNone
docs_urlNone
authorВаше Имя
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # discord_user_bot

Discord library that will allow you to send messages or make events on these messages

# Installation:
```pip
pip install discord_user_bot
```

# Usage example

```python
from ds import Bot, Interaction

bots = Bot("user-token")

@bots.event(user_id=1234567890, event="message_new")
async def hello_world(inter: Interaction):
    print(inter.message.content)

bots.run()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CCCProo/discord_user_bot",
    "name": "discord-user-bots",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "\u0412\u0430\u0448\u0435 \u0418\u043c\u044f",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f5/49/4a14980e545bdec7f35846f77061a9c6d8c719ab318290efc6f20fcccf83/discord_user_bots-1.0.tar.gz",
    "platform": null,
    "description": "# discord_user_bot\r\n\r\nDiscord library that will allow you to send messages or make events on these messages\r\n\r\n# Installation:\r\n```pip\r\npip install discord_user_bot\r\n```\r\n\r\n# Usage example\r\n\r\n```python\r\nfrom ds import Bot, Interaction\r\n\r\nbots = Bot(\"user-token\")\r\n\r\n@bots.event(user_id=1234567890, event=\"message_new\")\r\nasync def hello_world(inter: Interaction):\r\n    print(inter.message.content)\r\n\r\nbots.run()\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "1.0",
    "project_urls": {
        "Homepage": "https://github.com/CCCProo/discord_user_bot"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "216f01d15ed0b9f35a5c61d55a46426a25dbf39bcc1fda52450b2b38a1a2fd00",
                "md5": "fa5e9680ac8ad57a88b423a716784a16",
                "sha256": "cb6f245373a37c23ec56e651ff86057615ec295ecc9d92329332a72127b2c9a0"
            },
            "downloads": -1,
            "filename": "discord_user_bots-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa5e9680ac8ad57a88b423a716784a16",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7783,
            "upload_time": "2024-08-03T14:04:04",
            "upload_time_iso_8601": "2024-08-03T14:04:04.819294Z",
            "url": "https://files.pythonhosted.org/packages/21/6f/01d15ed0b9f35a5c61d55a46426a25dbf39bcc1fda52450b2b38a1a2fd00/discord_user_bots-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5494a14980e545bdec7f35846f77061a9c6d8c719ab318290efc6f20fcccf83",
                "md5": "5c998e1b9a74a68a33a5eb8864313f76",
                "sha256": "53d0a6ceca69bd3ebb97ed7cf0e87e111e04d1284b9d8808dc37560a511fb43f"
            },
            "downloads": -1,
            "filename": "discord_user_bots-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5c998e1b9a74a68a33a5eb8864313f76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5543,
            "upload_time": "2024-08-03T14:04:06",
            "upload_time_iso_8601": "2024-08-03T14:04:06.199074Z",
            "url": "https://files.pythonhosted.org/packages/f5/49/4a14980e545bdec7f35846f77061a9c6d8c719ab318290efc6f20fcccf83/discord_user_bots-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-03 14:04:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CCCProo",
    "github_project": "discord_user_bot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "discord-user-bots"
}
        
Elapsed time: 0.44647s