added account creation to the Discord bot
This commit is contained in:
parent
69337e69ae
commit
56cb43a479
18 changed files with 198 additions and 152 deletions
|
@ -333,6 +333,7 @@ namespace Lieb.Data
|
|||
|
||||
if(raid.EndTimeUTC < DateTimeOffset.UtcNow)
|
||||
{
|
||||
errorMessage = $"The raid already ended.";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue