Building discord bot in python with connection to the osu! api v2.

1 · · Sept. 17, 2023, 6:47 p.m.
Table of Contents: Introduction Quick overview of the Python library for creating Discord bots Introduction to async/await syntax Asynchronious database and IO operations Discord bot structure Singleton issue (Programming patterns) Context issue (Programming patterns) Conclusion Introduction Hi! It has been a long time since the last post. My goal for now is to improve my writing level to the point where I will be able to read these blogs several years later and understand what I was actually ...