[Scenario: The user is a mod but not added to trusted, if the user type the following]
:evilserpentman!evilserpentman@evilserpentman.tmi.twitch.tv PRIVMSG #loserfruit :!queue show
Traceback (most recent call last):
File "QueueBot.py", line 433, in
main()
File "QueueBot.py", line 350, in main
elif (queue_command=='show' and (admin_auth(user) or broadcaster_auth(channel, user) or trusted_auth(channel, user))):
File "QueueBot.py", line 188, in trusted_auth
return channel_info[channel].trusted(user)
TypeError: 'set' object is not callable
[Scenario: The user is a mod but not added to trusted, if the user type the following]
:evilserpentman!evilserpentman@evilserpentman.tmi.twitch.tv PRIVMSG #loserfruit :!queue show
Traceback (most recent call last): File "QueueBot.py", line 433, in
main()
File "QueueBot.py", line 350, in main
elif (queue_command=='show' and (admin_auth(user) or broadcaster_auth(channel, user) or trusted_auth(channel, user))):
File "QueueBot.py", line 188, in trusted_auth
return channel_info[channel].trusted(user)
TypeError: 'set' object is not callable