diff --git a/PluralKit.Bot/Commands/ImportExportCommands.cs b/PluralKit.Bot/Commands/ImportExportCommands.cs index 5e10e1e2..826c8183 100644 --- a/PluralKit.Bot/Commands/ImportExportCommands.cs +++ b/PluralKit.Bot/Commands/ImportExportCommands.cs @@ -113,19 +113,5 @@ namespace PluralKit.Bot.Commands 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; - } } } \ No newline at end of file