mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-11-04 16:44:28 -05:00
More target-typed new and redundant paranthesis cleanup
This commit is contained in:
@@ -9,7 +9,7 @@ public class Rule34Object : IImageData
|
||||
|
||||
public ImageData ToCachedImageData(Booru type)
|
||||
{
|
||||
return new ImageData(
|
||||
return new(
|
||||
$"https://img.rule34.xxx//images/{Directory}/{Image}",
|
||||
Booru.Rule34,
|
||||
Tags.Split(' '),
|
||||
|
||||
Reference in New Issue
Block a user