let's see if this works

This commit is contained in:
José Henrique Ivanchechen 2023-03-03 00:17:20 -03:00
parent 4060c72ac1
commit fe0acb1ed7

View File

@ -155,7 +155,6 @@ namespace Kasbot.Services
finally finally
{ {
input.Flush(); input.Flush();
input.Dispose();
} }
} }
}); });
@ -174,7 +173,6 @@ namespace Kasbot.Services
finally finally
{ {
discord.Flush(); discord.Flush();
output.Close();
} }
} }
}); });