aboutsummaryrefslogtreecommitdiffstats
path: root/backend/discord.py (follow)
Commit message (Collapse)AuthorAgeLines
* Adds Discord Context HelperGravatar Hassan Abouelela2021-03-16-17/+30
| | | | | | | Adds a helper to build context for a form response, and uses it in the webhook helper. Signed-off-by: Hassan Abouelela <[email protected]>
* Changes User Typehint To Avoid Circular ImportGravatar Hassan Abouelela2021-03-16-2/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Adds Discord Direct Message HelpersGravatar Hassan Abouelela2021-03-16-0/+32
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Moves Webhook & Role Helper To Discord FileGravatar Hassan Abouelela2021-03-16-1/+75
| | | | | | | Moves the webhook helper and the role assignment helper to the discord file to gather all discord helpers in one location. Signed-off-by: Hassan Abouelela <[email protected]>
* Adds Discord Request HelperGravatar Hassan Abouelela2021-03-16-14/+47
| | | | | | | Adds a function to handle requests to the discord API, and handle rate limits. Signed-off-by: Hassan Abouelela <[email protected]>
* Merge branch 'main' into ks123/role-assigningGravatar ks1292021-03-09-5/+10
|\
| * Dynamically Selects OAuth Redirect URIGravatar Hassan Abouelela2021-02-21-3/+3
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Adds Token Refresh RouteGravatar Hassan Abouelela2021-02-19-3/+8
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
* | Use Discord API base URL from constantsGravatar ks1292020-12-29-5/+3
|/
* Add Discord API wrapperGravatar Joe Banks2020-10-25-0/+38