Closed awsomearvinder closed 1 year ago
When on multiple servers, the bot breaks when trying to add multiple guild id's to the database. This is because execute is used instead of executemany.
execute
executemany
When on multiple servers, the bot breaks when trying to add multiple guild id's to the database. This is because
execute
is used instead ofexecutemany
.