changing the sign up type is now possible with 1 click in the bot

This commit is contained in:
Sarah Faey 2022-12-11 01:10:50 +01:00
parent 058cc89cbc
commit e675323adc
7 changed files with 155 additions and 40 deletions

View file

@ -151,7 +151,8 @@ namespace Lieb.Data
Roles = new[] { new RaidRole(){
Description = "WupWup",
Name = "Ups",
Spots = 10
Spots = 10,
IsRandomSignUpRole = true
}
}
};