get guild settings
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
This commit is contained in:
parent
1cc2aa2a08
commit
88d31d2427
@ -132,6 +132,15 @@ class API:
|
||||
|
||||
return await self._get_many(self.API_ENDPOINT + "subchannel/", filters)
|
||||
|
||||
async def get_guild_settings(self, **filters) -> tuple[list[dict], int]:
|
||||
"""
|
||||
Get many guild settings.
|
||||
"""
|
||||
|
||||
log.debug("getting multiple guild settings")
|
||||
|
||||
return await self._get_many(self.API_ENDPOINT + "guild-settings/", filters)
|
||||
|
||||
async def create_tracked_content(self, **data) -> dict:
|
||||
"""
|
||||
Create an instance of tracked content.
|
||||
|
Loading…
x
Reference in New Issue
Block a user