mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 18:28:27 -04:00
await usings and minor cleanup
This commit is contained in:
@@ -66,7 +66,7 @@ public partial class Games : NadekoModule<GamesService>
|
||||
return;
|
||||
}
|
||||
|
||||
using (var imgStream = new MemoryStream())
|
||||
await using (var imgStream = new MemoryStream())
|
||||
{
|
||||
lock (gr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user