-
-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Labels
3.xTwitchIO 3.0TwitchIO 3.0
Description
Summary
For sending chat messages using ctx.send for a command function, currently it only uses the sender and message arguments, and does not pass any other arguments to the send_message function.
TwitchIO/twitchio/ext/commands/context.py
Line 546 in 28be549
return await self.channel.send_message(sender=self.bot.bot_id, message=new) |
It would be neat to use the 'source_only' argument such that custom chat bot accounts can have their messages not appear in other people's chat during a Shared Chat session.
However, I'm not sure on if the tokens that are generated from the Quickstart are the required 'App Access Token' that's required for using the 'for_source_only' parameter in the Send Chat Message API:
Basic Examples
No response
Drawbacks and Impact
No response
Unresolved questions
No response
Metadata
Metadata
Assignees
Labels
3.xTwitchIO 3.0TwitchIO 3.0