Remove unused function
This commit is contained in:
parent
1e1ef4495f
commit
e66c815295
@ -113,19 +113,5 @@ namespace PluralKit.Bot.Commands
|
|||||||
await Context.Channel.SendFileAsync(stream, "system.json", $"{Emojis.Success} Here you go!");
|
await Context.Channel.SendFileAsync(stream, "system.json", $"{Emojis.Success} Here you go!");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private DataFileSystem? TryDeserialize(string json)
|
|
||||||
{
|
|
||||||
try
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
catch (JsonException e)
|
|
||||||
{
|
|
||||||
Console.WriteLine("uww");
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user