litecord/litecord
Luna daee044a4f admin_api.guilds: make get guild route raise GuildNotFound
before it was returning 200 but with a `null` inside, I don't think
that's reasonable API design.

 - test_admin_api/test_guilds: add checks for GuildNotFound error code
2019-04-22 02:41:24 -03:00
..
blueprints admin_api.guilds: make get guild route raise GuildNotFound 2019-04-22 02:41:24 -03:00
embed handle nullable embeds when creating messages 2019-04-04 12:52:41 -03:00
gateway gateway: docstrings! 2019-03-20 17:54:24 -03:00
pubsub typing, episode 2 2019-03-04 15:48:51 -03:00
ratelimits all: update copyright year 2019-01-26 19:25:46 -03:00
voice add impl for VIP_REGIONS 2019-03-13 18:28:48 -03:00
__init__.py all: update copyright year 2019-01-26 19:25:46 -03:00
admin_schemas.py admin_schemas: fix USER_UPDATE's coerce 2019-04-22 01:45:26 -03:00
auth.py litecord.auth: add roll_discrim() 2019-03-31 18:59:38 -03:00
dispatcher.py add raw implementations for gdm functions 2019-02-08 23:30:51 -03:00
enums.py admin_schemas: fix USER_UPDATE's coerce 2019-04-22 01:45:26 -03:00
errors.py webhooks: add more impls 2019-03-17 03:45:31 -03:00
guild_memory_store.py guild_memory_store: add gpl header 2019-04-21 22:39:34 -03:00
images.py channel.messages: add foreign key deletions before message delete 2019-03-23 21:19:30 -03:00
jobs.py litecord.jobs: add docstrings 2019-03-20 01:56:40 -03:00
permissions.py permissions: add docstrings 2019-03-20 17:34:58 -03:00
presence.py litecord.presence: add docstrings / better function naming 2019-03-20 02:04:36 -03:00
schemas.py schemas: decouple password checking into password type 2019-04-19 06:44:56 -03:00
snowflake.py snowflake: remove unused imports 2019-03-20 02:15:55 -03:00
storage.py storage: do unavailable guild object rewrite earlier on 2019-04-21 23:08:45 -03:00
system_messages.py system_messages: add docstring for send_sys_message 2019-03-20 03:42:11 -03:00
types.py admin_api.features: make features input as a list 2019-03-11 01:36:52 -03:00
user_storage.py storage: add optional user_id kwarg to ignore recipient 2019-02-16 21:51:11 -03:00
utils.py utils: docstring arrangements 2019-03-20 17:27:35 -03:00