You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/var/bots/twitch/asynctwitch/bots.py", line 758, in _tcp_echo_client
yield from self.event_message(messageobj)
File "/var/bots/twitch/asynctwitch/bots.py", line 1103, in event_message
yield from self.parse_commands(m)
File "/var/bots/twitch/asynctwitch/bots.py", line 1127, in parse_commands
yield from self.commands[w].run(rm)
File "/var/bots/twitch/asynctwitch/dataclasses.py", line 549, in run
yield from self.subcommands[subcomm].run(message)
File "/var/bots/twitch/asynctwitch/dataclasses.py", line 511, in run
args = message.content[len(self.bot.prefix):].split(" ")[1:]
AttributeError: 'SubCommand' object has no attribute 'bot'
Even with your example it's the same error. Any ideas?
The text was updated successfully, but these errors were encountered:
Subcommands are currently not working
Even with your example it's the same error. Any ideas?
The text was updated successfully, but these errors were encountered: