lyrebot icon indicating copy to clipboard operation
lyrebot copied to clipboard

A discord bot that speaks what you type in your own voice.

Results 2 lyrebot issues
Sort by recently updated
recently updated
newest added

[I noticed this bot relies on the user copy-pasting the authentication URL to Discord](https://github.com/MartinHowarth/lyrebot/blob/master/lyrebot/discord_bot.py#L97-L98). This is a great method to avoid the agony of hosting a server, so ignore this...

I noticed this bot requests to `avatar.lyrebird.ai/api/v0/token` on [lines 18 to 29](https://github.com/MartinHowarth/lyrebot/blob/master/lyrebot/lyrebird.py#L18-L29). This step is unnecessary if `myvoice.lyrebird.ai/authorize` is called with `response_type` as `token`. This is described in the documentation...