2019-06-19 17:13:29 +02:00
2019-06-19 00:01:58 +03:00
2019-06-18 19:17:06 +03:00
2019-06-19 00:23:15 +03:00
2019-06-18 19:17:06 +03:00
2019-06-18 19:31:02 +03:00
2019-06-19 00:17:44 +03:00

EventBot

Environment variables

token variable

This is variable for discord bot's token obtained from discord developer panel.

dbconnection variable

This is environment variable for Mysql / MariaDb database connection. Example connection string:

Server=localhost,123;Database=eventbot;User=root;Password=password;

Add-Migration InitialDatabase -Context MySqlDatabaseService -OutputDir Migrations\MySql Add-Migration InitialDatabase -Context SqliteDatabaseService -OutputDir Migrations\Sqlite

Description
No description provided
Readme 113 KiB
Languages
C# 99.5%
Dockerfile 0.5%