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

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