Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 414 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 414 Bytes

logo

OAuth2::Discord is a Raku (formerly Perl 6) module for authenticating against Discord's OAuth2 API.

Installation

... from zef

zef install OAuth2::Discord

... from source

git clone https://github.com/shuppet/p6-oauth2-discord
cd p6-oauth2-discord/ && zef install ${PWD}