Skip to main content

A web framework for Discord interactions specialized for usage in https://deta.sh

Project description

Deta-Discord-Interactions

This is a small web framework that lets you write Discord Application Commands using a decorator syntax similar to Flask's @app.route() or Discord.py's @bot.command(), specialized for usage in https://deta.sh

It is a fork of flask-discord-interactions, but without requiring Flask and with some added features to make the usage of the library simpler.

@app.command()
def ping(ctx):
    "Respond with a friendly 'pong'!"
    return "Pong!"

The documentation of the original library is available on readthedocs. The documentation of the Fork is still Work in Progress.

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

deta-discord-interactions-0.0.3.tar.gz (48.4 kB view hashes)

Uploaded Source

Built Distribution

deta_discord_interactions-0.0.3-py3-none-any.whl (67.6 kB view hashes)

Uploaded Python 3

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