Skip to main content

Shedding a new skin on Dis-Snek's commands.

Project description

PyPI Downloads Code style: black

Molter - WIP

Shedding a new skin on Dis-Snek's commands.

Currently, its goals are to make message commands more similar (not exactly the same!) to discord.py's message commands.

Primary developed by Astrea49. Direct questions about the project to her, please!

Installing

pip install -U git+https://github.com/Discord-Snake-Pit/Dis-Snek.git@dev git+https://github.com/Discord-Snake-Pit/molter.git@dev

Example

Load this as a normal scale in dis_snek:

import dis_snek
import molter
from typing import Optional


class CommandTest(dis_snek.Scale):

    @molter.msg_command()
    async def test(
        self,
        ctx: dis_snek.MessageContext,
        a_num: int,
        a_user: Optional[dis_snek.Member],
        a_bool: bool,
    ):
        await ctx.reply(f"{a_num} {a_user} {a_bool}")


def setup(bot):
    CommandTest(bot)

Note

  • This project is a work in progress - it is unstable. Basic testing has been done, but more is still required.
  • This hasn't been merged with Dis-Snek yet because it's unstable. Don't worry, I plan to merge these changes with Dis-Snek once this is ready!
  • discord.py's FlagConverter and potentially other features are not in this. If they will be added is to be seen.
  • molter is not meant to be 1:1 with discord.py's command parser even if it may seem like it. There are some differences, usually done for clarity's sake.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

molter-0.11.0.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

molter-0.11.0-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

Details for the file molter-0.11.0.tar.gz.

File metadata

  • Download URL: molter-0.11.0.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for molter-0.11.0.tar.gz
Algorithm Hash digest
SHA256 1e06e021a00986b9218e67bce062cb52eab5c86e8187b28e68f7dca8df853aaa
MD5 3c39e0e1e1dd6c1e0b97fb755fa79be3
BLAKE2b-256 005ff5b3f489f4f81defaab9539164593b54b23964de208f23e12c6f9fba9f79

See more details on using hashes here.

File details

Details for the file molter-0.11.0-py3-none-any.whl.

File metadata

  • Download URL: molter-0.11.0-py3-none-any.whl
  • Upload date:
  • Size: 19.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for molter-0.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4ae311e34fc93bfa37643f86c382b1f104753e451e9904995f0f34f5edda8daa
MD5 faf0879d8b9157df56fab44351f2ffcd
BLAKE2b-256 0622908b7206e66ecdd560028ce2fb034f40d089306fd1f1e54df45d77f12554

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page