-
How can I sent a message to a channel? The documentation isn't very helpful, neither is the quick-start.. Surely this is something most bots would need?
12932 updated
2 years ago
-
**Describe the bug**
While trying to grab user information when it joins the channel, it returns empty tags and gives error when trying to check for mod.
**Are you using TwitchIO within a Discord …
-
How do you do an event on new follow event using a bot class?
is there a event_follow? like event_join?
I'm working on an auto bot ban.. bot, but I have no idea how to make it run this code on a f…
-
Hello! 🙋🏻♂️
Would it be possible to provide a way to send a whisper message for an user? Something like:
```py
async def reply_as_whisper(ctx):
await ctx.whisper("username", "The message con…
-
It happens when sending beatmap link
- code
```
23/02/2022 08:58:43 | INFO | 1 | ronnia | send_message | Sending request in-game to STREAMER_OSU: [SUB] NICKNAME -> [Ranked] [http://osu.ppy.sh/b…
-
I am fairly new at playing with `twitchio`, so this is my first time building a bot with this library.
Currently using: `twitchio==2.1.3`
With that being said, I am trying to respond to chat based…
-
When I try to replace the stream tags, the `replace_tags()` function always returns 403: Forbidden.
This is the code I use:
```
class TwitchAPI(twitchio.ext.commands.Bot):
def __init__(sel…
-
Title.
Repro: access the badges of a user with no badges
```python
Traceback (most recent call last):
File "/home/xua/robomaya/main.py", line 200, in event_message
print(message.author.ba…
-
**Describe the bug**
An error is raised when trying to get the user using Python 3.10
**Error report**
```
Traceback (most recent call last):
File "C:\Users\Admin\.virtualenvs\twitchbot-ckD…
-