Discord bot that can access weather underground, cleverbot, and imgur
Make file ConnectionStrings.config
in 3ulerBot\Config
containing a filled out connectionString
<connectionStrings>
<add name="{connection string name}" connectionString="server= ;port= ;uid= ;password= ;database= " providerName="MySql.Data.MySqlClient" />
</connectionStrings>
Run Update-Database
to init the database on the server