Вот мой код
sqleee = f"INSERT INTO welcome(guild_id, channel_id) VALUES({ctx.guild.id}, {channel.id})" cursor.execute(sqleee) db.commit()```