I hereby claim:
- I am jb3 on github.
- I am j03b (https://keybase.io/j03b) on keybase.
- I have a public key ASCEynZa2DzuIsTjuDSnTBso-1yA7WuQi2zTtMBeMqcsugo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| FROM elixir:latest AS app_builder | |
| ENV MIX_ENV=prod \ | |
| TEST=1 \ | |
| LANG=C.UTF-8 | |
| RUN mix local.hex --force && \ | |
| mix local.rebar --force | |
| RUN mkdir /app |
This is a very basic Discord Interaction designed to run on Azure Function Apps using the Python runtime.
azure_function.py, make sure to add an app setting called INTERACTION_PUBLIC_KEY with the value taken from Discord. Make sure to add discord_interactions to your requirements.txt file, the function depends on it!application.commands scope.| import asyncio | |
| import sys | |
| import pprint | |
| loop = asyncio.get_event_loop() | |
| # List of files to check | |
| FILES = [ | |
| "/Users/joseph/Movies/coursework_update.mp4", | |
| "/Users/joseph/Movies/coursework_video.mp4", |