e9f59780eda80e0e75f5bd6fcbaa8e0cc0d31179
Read ME update Updating tile of role will update revelant channels and roles. Added command examples. Fixese leaks
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;
Making migrations
Add-Migration InitialDatabase -Context MySqlDatabaseService -OutputDir Migrations\MySql
Add-Migration InitialDatabase -Context SqliteDatabaseService -OutputDir Migrations\Sqlite
Description
Languages
C#
99.5%
Dockerfile
0.5%