freepizzas-dev / onebot

A barebones Discord bot based on nextcord.py that includes some basic modules to play around with.
MIT License
6 stars 0 forks source link

switch to aiosqlite #5

Open freepizzas-dev opened 1 year ago

freepizzas-dev commented 1 year ago

All usage of sqlite3 should be replaced with aiosqlite to move SQL operations into asyncland

https://github.com/omnilib/aiosqlite

Nothing in the bot as it exists creates long enough queries for this to ever be a problem, but it's still a good idea for future use.