3ventic / BotVentic

Twitch-focused Discord bot
https://github.com/3ventic/BotVenticCore
MIT License
22 stars 4 forks source link

Building project #8

Closed Skyguysnips closed 8 years ago

Skyguysnips commented 8 years ago

Building a project doesn't work as it continuously states that the type ThreadSafeList could not be found, TwitchbotCommons could not be found and ThreadSafeList does not contain a public definition for GetEnumerator

3ventic commented 8 years ago

Sorry about this. I added a dependency from ohbot, my Twitch chat bot project, without realizing other people of course don't have it.

I've added a download link to the DLL in the readme, but you can also replace all references to ThreadSafeList with a normal List to avoid having to use it. It'll likely need locks to avoid oddities from happening if emotes are used while they're being reacquired from the APIs.