The bot now checks for update
This commit is contained in:
@@ -68,4 +68,9 @@ public abstract class Version: IVersion
|
||||
{
|
||||
return $"{Major}.{Minor}.{Patch}";
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return ToShortString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user