Skip to content

Raku module for authenticating against Discord's OAuth2 API.

License

Notifications You must be signed in to change notification settings

shuppet/p6-oauth2-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}