Sirush / UDHBot

MIT License
0 stars 0 forks source link

Added 'hastebin' command, general cleanup. #91

Open djgaven588 opened 5 years ago

djgaven588 commented 5 years ago

Addresses the '!hastebin command' issue https://github.com/Sirush/UDHBot/issues/64 Cleaned up some code, mainly making things more consistent throughout the code. Removed some warnings that appear in Visual Studio regarding async methods not being awaited for, even though they were meant to not be awaited for.

djgaven588 commented 5 years ago

New changes: Replaced all usage of Console.Log with Debug.Log, which formats everything properly. This generally improves being able to quickly find the source of something.

djgaven588 commented 5 years ago

New changes: Hastebin command is now tested and works as expected. Commented compile command to make it easier to understand. Updated the following limits:

djgaven588 commented 5 years ago

I have tested everything I have changed, and see no issues. This should be ready to be merged after it is reviewed.

Pierre-Demessence commented 3 years ago

I fixed the merge conflicts, but given this PR is old it might require thorough testing.

djgaven588 commented 3 years ago

Honestly didn't think after a year this would be considered for merging XD