Updating bot settings
1. Set up your endpoint as described by the specs
async def get_settings(self, setting: fp.SettingsRequest) -> fp.SettingsResponse:
return fp.SettingsResponse(allow_attachments=True)2. Get your access key

3. Make a post request to Poe's refetch settings endpoint with your bot name and access key.
Last updated