mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 02:38:27 -04:00
Added .stondel which makes the bot delete stream online messages after the stream goes offline
This commit is contained in:
@@ -809,6 +809,9 @@ namespace NadekoBot.Migrations
|
||||
b.Property<bool>("DeleteMessageOnCommand")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool>("DeleteStreamOnlineMessage")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<string>("DmGreetMessageText")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
|
Reference in New Issue
Block a user