mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 10:48:26 -04:00
vars and target-typed new
This commit is contained in:
@@ -36,7 +36,7 @@ public partial class Searches
|
||||
[NadekoCommand, Aliases]
|
||||
public async Task Place(PlaceType placeType, uint width = 0, uint height = 0)
|
||||
{
|
||||
var url = "";
|
||||
var url = string.Empty;
|
||||
switch (placeType)
|
||||
{
|
||||
case PlaceType.Cage:
|
||||
|
Reference in New Issue
Block a user