{ "info": { "author": "Socialery@Github", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3.5" ], "description": "# Zwei\r\n\r\nThe deployable discord bot\r\n\r\n## Why\r\n\r\nwhy not\r\n\r\n## Instructions\r\n\r\nNone yet!\r\n\r\n## Cog making instructions\r\n\r\n```python\r\nfrom pathlib import Path\r\nfrom discord.ext import commands\r\n\r\nclass CogName:\r\n def __init__(self, bot:commands.Bot, datadir:Path, **kwargs):\r\n self.bot = bot\r\n self.datadir = datadir # your bot-nominated data directory\r\n ...\r\n\r\n @commands.command()\r\n def hello(self): #currently same as discord.py\r\n self.bot.say(\"Hi!\")\r\n\r\n\r\ndef setup(bot:commands.Bot, datadir:Path, **kwargs): # kwargs here for future compatibility\r\n return CogName(bot, datadir, **kwargs)\r\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Socialery/Zwei", "keywords": "discord bot", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Zwei", "package_url": "https://pypi.org/project/Zwei/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Zwei/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Socialery/Zwei" }, "release_url": "https://pypi.org/project/Zwei/0.1/", "requires_dist": null, "requires_python": null, "summary": "A Zwei, wow", "version": "0.1" }, "last_serial": 2409375, "releases": { "0.1": [] }, "urls": [] }