mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Missing return :lossmanjack:
This commit is contained in:
@@ -132,6 +132,7 @@ public class ListImageCommand : ICommand
|
|||||||
|
|
||||||
var paste = await Zipline.Upload(content, new MediaTypeHeaderValue("text/plain"), "1d", ctx);
|
var paste = await Zipline.Upload(content, new MediaTypeHeaderValue("text/plain"), "1d", ctx);
|
||||||
await botInstance.SendChatMessageAsync($"List of images for {key}: {paste}", true);
|
await botInstance.SendChatMessageAsync($"List of images for {key}: {paste}", true);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var i = 0;
|
var i = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user