{"id":13458829,"url":"https://github.com/Ext-Creators/discord-ext-events","last_synced_at":"2025-03-24T16:31:04.233Z","repository":{"id":48806839,"uuid":"283607391","full_name":"Ext-Creators/discord-ext-events","owner":"Ext-Creators","description":"📟 A discord.py extension with additional events.","archived":true,"fork":false,"pushed_at":"2021-07-11T03:05:59.000Z","size":17,"stargazers_count":5,"open_issues_count":2,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-31T09:11:33.019Z","etag":null,"topics":["discordpy","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ext-Creators.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-07-29T21:37:48.000Z","updated_at":"2024-07-31T09:11:33.020Z","dependencies_parsed_at":"2022-09-12T14:26:03.950Z","dependency_job_id":null,"html_url":"https://github.com/Ext-Creators/discord-ext-events","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ext-Creators%2Fdiscord-ext-events","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ext-Creators%2Fdiscord-ext-events/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ext-Creators%2Fdiscord-ext-events/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ext-Creators%2Fdiscord-ext-events/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ext-Creators","download_url":"https://codeload.github.com/Ext-Creators/discord-ext-events/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221987352,"owners_count":16912302,"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":["discordpy","python","python3"],"created_at":"2024-07-31T09:00:57.892Z","updated_at":"2024-10-29T04:30:18.316Z","avatar_url":"https://github.com/Ext-Creators.png","language":"Python","funding_links":[],"categories":["Archived/Deprecated"],"sub_categories":["Miscellaneous"],"readme":"discord-ext-events\n==================\n\n|dependencies| |license|\n\nCustom events derived from events dispatched by Discord. \n\n    ⚠️ Work In Progress!\n\nInstallation\n------------\n\nThis extension is currently not in PyPI.\n\n.. code-block:: sh\n\n    $ python3 -m pip install -U git+https://github.com/Ext-Creators/discord-ext-events\n\n\nUsage\n-----\n\nAn example for when subscribing to the on_member_kick event.\n\n.. code-block:: py\n\n    import discord\n    from discord.ext import commands, events\n    from discord.ext.events import member_kick\n\n\n    class MyBot(commands.Bot, events.EventsMixin):\n\n        async def on_ready(self):\n            print('Logged in!')\n\n        async def on_member_kick(self, member: discord.Member, entry: discord.AuditLogEntry):\n            print(f'{member} was kicked from {member.guild}!')\n\n\n    bot = MyBot(command_prefix='!', intents=discord.Intents.all())\n\n    bot.run(\"TOKEN\")\n\n.. |dependencies| image:: https://img.shields.io/librariesio/github/Ext-Creators/discord-ext-events\n.. |license| image:: https://img.shields.io/pypi/l/discord-ext-events.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FExt-Creators%2Fdiscord-ext-events","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FExt-Creators%2Fdiscord-ext-events","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FExt-Creators%2Fdiscord-ext-events/lists"}