Commit Graph

8 Commits

Author SHA1 Message Date
Luna 41b877fcd0 admin_api.voice: fix path to fix_region_server route
related to #79
2020-02-03 16:21:59 -03:00
Luna 9567bf0a85 admin_api.voice: refresh lvsp regions on insert
closes #76
2020-01-29 19:52:44 +00:00
Luna ce04ac5c5f remove app param from guild_region_check() 2019-10-25 10:52:46 -03:00
Luna 83a1c1ae29 black fmt pass 2019-10-25 07:27:50 -03:00
Luna ad7f93b40a add guild.region = null consistency checker
as soon as a voice region is added, we should move all guilds to it. or
if there are any guilds with a NULL region, we select one at random.

region being NULL causes the client to be unable to change it, so..

 - channels: fix update handlers for guild channels
2019-03-04 03:00:46 -03:00
Luna 9d80cb5564 admin_api.voice: handle UniqueViolationError 2019-03-04 01:26:53 -03:00
Luna 547353e8a5 admin_api.voice: remove unused vars 2019-03-04 00:48:32 -03:00
Luna cb029b36e3 add admin api (w/ voice endpoints)
- add docs/admin_api.md
 - add litecord.voice_schemas
 - auth: add admin_check
 - voice.manager: add VoiceManager.voice_server_list
2019-03-04 00:37:56 -03:00