A discord http interactions framework built on top of Sanic
An async discord http interactions framework built on top of Sanic Installing for now just install the package through pip via github # Unix based pip3 install git+https://github.com/kajdev/snowfin # Windows py -m pip install git+https://github.com/kajdev/snowfin Example Simple slash command import snowfin from snowfin.response import MessageResponse bot = snowfin.Client(‘public_key’) @snowfin.SlashCommand(name
Read more