Code2Gether-Discord / Code2Gether-Discord-Bot

A Discord bot for the Code2Gether server
3 stars 1 forks source link

[BUG] Technical issue where Async code is not programmed properly in C# #16

Closed DonSagiv closed 3 years ago

DonSagiv commented 3 years ago

Describe the bug Some of the code is not making proper use of the Async methods.

Expected behavior The "async" keyword should be properly used for code blocs that have asynchronous methods.

RupertAvery commented 3 years ago

Please give all known code locations where this occurs so it can be addressed.

nickmartin1ee7 commented 3 years ago

PingLogic.cs - Line 46 temporaryMessage.DeleteAsync();