mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 17:50:13 +00:00
Remove unused function
This commit is contained in:
parent
1e1ef4495f
commit
e66c815295
1 changed files with 0 additions and 14 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue