Read ME update Updating tile of role will update revelant channels and roles. Added command examples. Fixese leaks
542 B
542 B
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