Commit Graph
19 Commits
Author SHA1 Message Date
Grey HimmelandGitHub d00fa8bffa Fix single asterisk note under "create switch"
Just escaping it so it doesn't become a bullet point
2021-11-13 11:48:20 -05:00
Grey Himmelandspiral 65b4f0e370 Add color to system JSON representation 2021-09-25 15:05:42 -04:00
Grey HimmelandGitHub 0d2777c1d1 Return new member after member PATCH (#191) 2020-07-05 12:54:51 +02:00
xgreyskiesx af344bb77c Add privacy set/get to API 2020-02-10 05:33:43 -05:00
Grey HimmelandAstrid da83f72582 Update Bot.cs
- Add note telling users to describe what happened when reporting errors
2020-01-08 20:40:32 +01:00
Grey HimmelandGitHub ad6624ce02 Order members regardless of name case
Add `toLower()` method to the sorting used in system lists, so members are ordered regardless of if the first letter of their name is upper or lowercase
2019-08-25 20:25:37 -04:00
Grey HimmelandGitHub 1596694686 Document member display names 2019-08-09 11:40:58 -04:00
Grey HimmelandGitHub d38c38cb9e Add display name editing
- Set display name during member POST
- Update display name during member PATCH
2019-08-09 11:37:52 -04:00
Grey HimmelandAstrid 1cfeaf281b Await member delete 2019-08-09 12:55:40 +02:00
Grey HimmelandAstrid f2a71a333b Document member DELETE route
Add API documentation to the new DELETE route for members
2019-08-09 12:55:40 +02:00
Grey HimmelandAstrid 13fe0b7ef9 Add endpoint to delete members
- Add endpoint to delete members through a DELETE request
2019-08-09 12:55:40 +02:00
Grey HimmelandAstrid ef68a5250f Return member after create/edit
Changing the POST and PATCH routes to return the member that's been created/edited, similar to how it worked before. Makes it easier to compare changes and get a newly created member's ID
2019-07-28 23:23:48 +02:00
Grey HimmelandAstrid 9cc1d899a6 bot: get avatar url from attachment if not given directly
* Update member_commands.py

Add ability to get avatar image from an attachment

* Update system_commands.py

Adding ability to get avatar from an attachment
2019-05-03 14:50:46 +02:00
Grey HimmelandAstrid 07eeb3085b Remove question mark reaction (#86)
* Update __init__.py

Setting `do_query_message` to accept full payload

* Update proxy.py

Adding code to remove question mark reaction after sending the message card

* Update proxy.py

Fixing type declaration in recent changes

* Fixing message grab

Getting the channel the reaction was handled in and changing the `fetch_message` call to grab from the channel

* Adding back pronouns option

Not sure why it was removed, honestly

* Fixing issues caused by PK using an outdated version of the lib. Whoops :')
2019-05-03 08:10:46 +02:00
Grey HimmelandAstrid e1c1ea2bca Update embeds.py
Cosmetic change, mentions the new listing features
2019-04-13 15:32:20 +02:00
Grey HimmelandAstrid 2efaca706f Adding system shortlist (#69)
* Update embeds.py

Adding short list embed

* Update system_commands.py

Adding short list and full list
2019-04-09 21:36:04 +02:00
Grey HimmelandAstrid d0c9a24521 Update embeds.py (#63)
Cosmetic update, adds missing asterisk
2019-03-28 10:50:11 +01:00
Grey HimmelandAstrid bbb3e66fcb Update import_commands.py (#62)
Cosmetic update, gives correct command to view members
2019-03-28 10:49:28 +01:00
Grey HimmelandAstrid 0166310a37 Update api_main.py (#60)
Passing the name parameter to create_member() in post_member
2019-03-20 22:33:37 +01:00